forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue python#107: reconstruct the frame.f_back linkage in unpickled t…
…racebacks. This is part 1 of issue python#107. If you unpickle a traceback object, Stackless now reconstructs the f_back links of the assorted frame objects. There is also a new test case in test_pickle.py. Manually grafted from pull request python#22. https://bitbucket.org/stackless-dev/stackless/issues/107 (grafted from 3719f4e0d4371b941777f423941bfe5e875f9cf6)
- Loading branch information
Anselm Kruis
committed
Dec 20, 2016
1 parent
55f8cd9
commit 77c07cb
Showing
3 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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