We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a095410 commit 0288899Copy full SHA for 0288899
Lib/test/test_interpreters/test_stress.py
@@ -34,6 +34,8 @@ def task():
34
35
@support.requires_resource('cpu')
36
def test_many_threads_to_same_interp(self):
37
+ # GH-126914: The initial thread of a subinterpreter could be accessed
38
+ # concurrently in new_threadstate() while it was finalizing.
39
interp = interpreters.create()
40
41
def run():
0 commit comments