]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-39091: Fix segfault when Exception constructor returns non-exception for...
authorNoah <33094578+coolreader18@users.noreply.github.com>
Tue, 3 Aug 2021 02:17:18 +0000 (21:17 -0500)
committerGitHub <noreply@github.com>
Tue, 3 Aug 2021 02:17:18 +0000 (19:17 -0700)
commit83ca46b7784b7357d82ec47b33295e09ed7380cb
tree30c63b0b1f0a26e65dbe0954ad7065bdd795c566
parent54f185b6d321a6354aef2b2886c766677f487ecb
closes bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (#17658)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Lib/test/test_generators.py
Misc/ACKS
Misc/NEWS.d/next/Core and Builtins/2019-12-21-14-18-32.bpo-39091.dOexgQ.rst [new file with mode: 0644]
Python/errors.c