◐ Shell
clean mode source ↗

Move exc state to generator. Fixes bpo-25612 by markshannon · Pull Request #1773 · python/cpython

@1st1 1st1 self-requested a review

May 23, 2017 22:12

1st1

1st1

1st1

1st1

larryhastings

larryhastings

serhiy-storchaka

pitrou

…erator/thread) object where it belongs.
…t exception 'state' forms a stack.

1st1

1st1 approved these changes Oct 22, 2017

@pitrou

serhiy-storchaka

tacaswell added a commit to tacaswell/cython that referenced this pull request

Oct 28, 2017

This was referenced

Oct 28, 2017

scoder pushed a commit to cython/cython that referenced this pull request

Oct 28, 2017

akruis added a commit to stackless-dev/stackless that referenced this pull request

Oct 13, 2018
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 ghost mentioned this pull request

Mar 29, 2019