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 vstinner
Recipients martin.panter, pitrou, vstinner
Date 2018-05-24.11:18:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> Modules/_threadmodule.c:52:47: runtime error: signed integer overflow: 2387971499048 + 9223372036000000000 cannot be represented in type 'long'

How do you reproduce the issue? The thread module should limit the maximum timeout to PY_TIMEOUT_MAX. Maybe PY_TIMEOUT_MAX is too big?
History
Date User Action Args
2018-05-24 11:18:39vstinnersetrecipients: + vstinner, pitrou, martin.panter
2018-05-24 11:18:39vstinnersetmessageid: <[email protected]>
2018-05-24 11:18:39vstinnerlinkissue33632 messages
2018-05-24 11:18:39vstinnercreate