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#115: fix an unlikely crash, if a context manager silence…
…s an exception If Stackless calls the method __exit__() of a context manager with an exception and if the method first soft switches to another tasklet and then returns True, the interpreter stack gets corrupted. Fortunately most of the time nothing bad happens. https://bitbucket.org/stackless-dev/stackless/issues/115
- Loading branch information
Anselm Kruis
committed
Jan 5, 2017
1 parent
494f2c2
commit 9edb07b
Showing
3 changed files
with
45 additions
and
16 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