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
Issue python#123: Fix an assertion violation during interpreter shutdown
During interpreter shutdown Stackless kills tasklets on daemon threads, if they
have a non-trivial C-stack. This caused an assertion violation.
https://bitbucket.org/stackless-dev/stackless/issues/123
(grafted from 9fd4f6a9d266250bef5baa692b89516e73b00e62)
0 commit comments