Message317556
> 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? |
|
| Date |
User |
Action |
Args |
| 2018-05-24 11:18:39 | vstinner | set | recipients:
+ vstinner, pitrou, martin.panter |
| 2018-05-24 11:18:39 | vstinner | set | messageid: <[email protected]> |
| 2018-05-24 11:18:39 | vstinner | link | issue33632 messages |
| 2018-05-24 11:18:39 | vstinner | create | |
|