Move exc state to generator. Fixes bpo-25612 by markshannon · Pull Request #1773 · python/cpython
1st1
self-requested a review
1st1
approved these changes
This was referenced
akruis added a commit to stackless-dev/stackless that referenced this pull request
bpo-25612 (python#1773) moves the exception state information from frame object to coroutine (generator/thread) object where it belongs. As a consequence Stackless moves the exception state information for non-current tasklets from thread-state to the tasklet. This changes the pickle format of frame, tasklet and generator objects. The commit adds three test cases.
ghost
mentioned 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