Commit 4689f4e
committed
Skip test_enable_max_threads on free-threading builds
The fatal-signal handler only dumps the current thread when the GIL
is disabled (gh-104812 / 3.14 versionchanged), so the truncation
marker assertion in test_enable_max_threads fails on free-threading
CI runs. Skip it there.1 parent 776e790 commit 4689f4e
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
760 | 763 | | |
761 | 764 | | |
762 | 765 | | |
| |||
0 commit comments