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#81: don't raise TaskletExit in daemon threads …
…during shutdown Since issue python#81 Stackless 2.7 raises TaskletExit in daemon threads during interpreter shutdown. This prevents later crashes (i.e. segfaults). In Python 3 this precautions are no longer required and break the CPython test case test.test_threading.ThreadJoinOnShutdown.test_6_daemon_threads. This changeset removes the code, that raises TaskletExit.
- Loading branch information
Anselm Kruis
committed
Nov 6, 2016
1 parent
011078a
commit 616a6ba
Showing
2 changed files
with
2 additions
and
6 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