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.
Stackless issue python#87: assertion failures during shutdown
Never call inter-thread scheduler for a tasklet switch with prev==next. This fixes the first part of issue python#87. Fix an assert, that is no longer valid. Fixes part 2 of issue python#87. Add a test case for two assertion failures during interpreter shutdown. https://bitbucket.org/stackless-dev/stackless/issues/87 (grafted from a6e5950cb45fc1d2d101866c20aea7eb5f005db0, 73f4ac31aa6a and 9f4606055d9c)
- Loading branch information
Anselm Kruis
committed
Sep 6, 2016
1 parent
79a08c8
commit 5a06d86
Showing
3 changed files
with
69 additions
and
4 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