This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author p-ganssle
Recipients ZackerySpytz, martin.panter, p-ganssle, pitrou, vstinner
Date 2019-04-15.15:09:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555340951.73.0.894337627693.issue33632@roundup.psfhosted.org>
In-reply-to
Content
> In short, a+b can overflow, but a-b cannot?

I think it's more that by always checking the elapsed time against `now() - starttime`, you never need to represent the time at which the timeout should happen - which may be so far in the future that it causes a signed overflow.
History
Date User Action Args
2019-04-15 15:09:11p-gansslesetrecipients: + p-ganssle, pitrou, vstinner, martin.panter, ZackerySpytz
2019-04-15 15:09:11p-gansslesetmessageid: <1555340951.73.0.894337627693.issue33632@roundup.psfhosted.org>
2019-04-15 15:09:11p-gansslelinkissue33632 messages
2019-04-15 15:09:11p-gansslecreate