Skip to content

Commit 0288899

Browse files
committed
Add a comment.
1 parent a095410 commit 0288899

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_interpreters/test_stress.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ def task():
3434

3535
@support.requires_resource('cpu')
3636
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.
3739
interp = interpreters.create()
3840

3941
def run():

0 commit comments

Comments
 (0)