bpo-29587: Enable implicit exception chaining with gen.throw() by cjerdonek · Pull Request #19811 · python/cpython
Before this commit, if an exception was active inside a generator when calling gen.throw(), then that exception was lost (i.e. there was no implicit exception chaining). This commit fixes that.
cjerdonek added a commit to cjerdonek/cpython that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters