]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use _PyErr_ChainStackItem() inside gen_send_ex(). (GH-20173)
authorChris Jerdonek <chris.jerdonek@gmail.com>
Mon, 18 May 2020 22:36:09 +0000 (15:36 -0700)
committerGitHub <noreply@github.com>
Mon, 18 May 2020 22:36:09 +0000 (15:36 -0700)
commitff7a8b03c49153021d6de5d0b2fa8b5163059ed6
tree81a5b4dd0ee2632d33c2e0a2b296737e7e21a1a5
parenta3ec3ad9e20e7d9ed148d4cfbd22aebec608b42a
Use _PyErr_ChainStackItem() inside gen_send_ex(). (GH-20173)

_PyErr_ChainStackItem was just added in GH-19951 (for bpo-31033).
Objects/genobject.c