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 478a75e commit 790a034Copy full SHA for 790a034
1 file changed
Lib/test/datetimetester.py
@@ -7298,8 +7298,8 @@ def test_update_type_cache(self):
7298
@unittest.skipIf(_interpreters is None, "missing _interpreters module")
7299
def test_static_type_concurrent_init_fini(self):
7300
# 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
+ # by only subinterpreters, there was a crash due to the runtime state
+ # rather than an interpreter state being updated wrongly by mistaking
7303
# the type's first initialization stage or last finalization one.
7304
script = textwrap.dedent("""
7305
import threading
0 commit comments