commit | 8ce7f2f4ef04e19209f1dfd2a0cf50ddcd0e999f | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Aug 03 03:10:38 2021 -0700 |
committer | GitHub <noreply@github.com> | Tue Aug 03 12:10:38 2021 +0200 |
tree | ff2643fb5de8c15ad3b1b123be5abc338df0bc4e | |
parent | 2b8d4eaec9a8f7e022295efd86105b19e359d2a4 [diff] |
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>