commit | 99c72326d245fb604609a87a51ef1ad0845467b7 | [log] [tgz] |
---|---|---|
author | Mark Shannon <mark@hotpy.org> | Wed Dec 08 14:46:32 2021 +0000 |
committer | GitHub <noreply@github.com> | Wed Dec 08 14:46:32 2021 +0000 |
tree | 62317e0c33adb14af339a75d924365c2957ba8c3 | |
parent | cca3004f64d49c9e170396ac787712fe03bffb29 [diff] |
[3.10] bpo-46009: Do not exhaust generator when send() method raises (GH-29986). (GH-29988) * [3.10] bpo-46009: Do not exhaust generator when send() method raises (GH-29986). (cherry picked from commit 69806b9516dbe092381f3ef884c7c64bb9b8414a) Co-authored-by: Mark Shannon <mark@hotpy.org> * Rename variable after cherry-pick. * Add NULL check.