New submission from Zackery Spytz <zsp...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue34899>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to