Message 317556 - Python tracker

Message317556

Author vstinner
Recipients martin.panter, pitrou, vstinner
Date 2018-05-24.11:18:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527160719.47.0.682650639539.issue33632@psf.upfronthosting.co.za>
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: <1527160719.47.0.682650639539.issue33632@psf.upfronthosting.co.za>
2018-05-24 11:18:39vstinnerlinkissue33632 messages
2018-05-24 11:18:39vstinnercreate