Commit 0b94354
Anselm Kruis
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)1 parent 66f017b commit 0b94354
2 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| |||
0 commit comments