[issue38913] Py_BuildValue("(s#O)", ...) segfaults if entered with exception raised

Serhiy Storchaka report at bugs.python.org
Mon Mar 2 01:42:45 EST 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:


New changeset 28d0bcac8b7e6dbd28311f1283dabb6a4d649fcb by Serhiy Storchaka in branch 'master':
bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with exception raised. (GH-18656)
https://github.com/python/cpython/commit/28d0bcac8b7e6dbd28311f1283dabb6a4d649fcb


----------

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


More information about the Python-bugs-list mailing list