]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39091: Fix segfault when Exception constructor returns non-exception for gen...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Aug 2021 10:10:38 +0000 (03:10 -0700)
committerGitHub <noreply@github.com>
Tue, 3 Aug 2021 10:10:38 +0000 (12:10 +0200)
commit8ce7f2f4ef04e19209f1dfd2a0cf50ddcd0e999f
treeff2643fb5de8c15ad3b1b123be5abc338df0bc4e
parent2b8d4eaec9a8f7e022295efd86105b19e359d2a4
bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27572)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
(cherry picked from commit 83ca46b7784b7357d82ec47b33295e09ed7380cb)

Co-authored-by: Noah <33094578+coolreader18@users.noreply.github.com>
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