[New-bugs-announce] [issue33632] undefined behaviour: signed integer overflow in threadmodule.c

Antoine Pitrou report at bugs.python.org
Thu May 24 04:39:55 EDT 2018


New submission from Antoine Pitrou <pitrou at free.fr>:

Modules/_threadmodule.c:52:47: runtime error: signed integer overflow: 2387971499048 + 9223372036000000000 cannot be represented in type 'long'

----------
components: Library (Lib)
messages: 317545
nosy: pitrou
priority: normal
severity: normal
status: open
title: undefined behaviour: signed integer overflow in threadmodule.c
type: behavior
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33632>
_______________________________________


More information about the New-bugs-announce mailing list