[issue39091] _PyErr_CreateException() must check that the result is an exception (CPython Segfault in 5 lines of code)

Łukasz Langa report at bugs.python.org
Tue Aug 3 06:11:05 EDT 2021


Łukasz Langa <lukasz at langa.pl> added the comment:


New changeset 8ce7f2f4ef04e19209f1dfd2a0cf50ddcd0e999f by Miss Islington (bot) in branch '3.10':
bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27572)
https://github.com/python/cpython/commit/8ce7f2f4ef04e19209f1dfd2a0cf50ddcd0e999f


----------
nosy: +lukasz.langa

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


More information about the Python-bugs-list mailing list