]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use _PyErr_ChainStackItem() inside gen_send_ex(). (GH-20173) (#20202)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 May 2020 02:14:13 +0000 (19:14 -0700)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 02:14:13 +0000 (04:14 +0200)
commitf02c3048dc2f22053a2ba56ef5987967b89c4be3
treeb6fec835404a6bfffdd80b101be6e829580f4969
parent1bf757884a431e025ef5f1e84c34b3fbbbe5b792
Use _PyErr_ChainStackItem() inside gen_send_ex(). (GH-20173) (#20202)

_PyErr_ChainStackItem was just added in GH-19951 (for bpo-31033).
(cherry picked from commit ff7a8b03c49153021d6de5d0b2fa8b5163059ed6)

Co-authored-by: Chris Jerdonek <chris.jerdonek@gmail.com>
Co-authored-by: Chris Jerdonek <chris.jerdonek@gmail.com>
Objects/genobject.c