STINNER Victor <vstin...@redhat.com> added the comment:

> 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?

----------
nosy: +vstinner

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33632>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to