You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments