File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7298,8 +7298,8 @@ def test_update_type_cache(self):
72987298 @unittest .skipIf (_interpreters is None , "missing _interpreters module" )
72997299 def test_static_type_concurrent_init_fini (self ):
73007300 # gh-136421: When a managed static extension type is concurrently used
7301- # by multiple interpreters , there was a crash due to the runtime state
7302- # rather than an interpreter state being updated wrongly by misjudging
7301+ # by only subinterpreters , there was a crash due to the runtime state
7302+ # rather than an interpreter state being updated wrongly by mistaking
73037303 # the type's first initialization stage or last finalization one.
73047304 script = textwrap .dedent ("""
73057305 import threading
You can’t perform that action at this time.
0 commit comments