Skip to content

Commit 790a034

Browse files
authored
reword
1 parent 478a75e commit 790a034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/datetimetester.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)