Commit ee52c8e
gh-83274: Skip the wrong-thread warning check on the free-threaded build
On the free-threaded build the interpreter may be deallocated in its own
thread (deferred reference counting), so the RuntimeWarning is not emitted.
The no-crash guarantee is still checked by assert_python_ok().
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 836ac1f commit ee52c8e
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
78 | 83 | | |
79 | 84 | | |
80 | 85 | | |
| |||
0 commit comments