[New-bugs-announce] [issue34899] Possible assertion failure due to int_from_bytes_impl()

Zackery Spytz report at bugs.python.org
Thu Oct 4 18:10:47 EDT 2018


New submission from Zackery Spytz <zspytz at gmail.com>:

If _PyLong_FromByteArray() fails in int_from_bytes_impl(), PyObject_CallFunctionObjArgs() might be called with a live exception.

----------
components: Interpreter Core
messages: 327091
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: Possible assertion failure due to int_from_bytes_impl()
type: crash
versions: Python 3.6, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list