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

Serhiy Storchaka report at bugs.python.org
Mon Mar 2 02:54:48 EST 2020


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


New changeset a7b8a969eb3daacb1fcb029a8c5fecb5d09c964b by Serhiy Storchaka in branch '3.8':
[3.8] bpo-38913: Fix segfault in Py_BuildValue("(sGH-O)", ...) if entered with exception raised. (GH-18656). (GH-18732)
https://github.com/python/cpython/commit/a7b8a969eb3daacb1fcb029a8c5fecb5d09c964b


----------

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


More information about the Python-bugs-list mailing list