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 823ec35 commit 7fbf350Copy full SHA for 7fbf350
Lib/test/support/__init__.py
@@ -2215,7 +2215,7 @@ def skip_if_broken_multiprocessing_synchronize():
2215
# default breaks TestResourceTracker.test_resource_tracker_reused
2216
# when the default start method is not fork as synchronize creates
2217
# a new multiprocessing.resource_tracker process at module import
2218
- # time via the aboe call in that scenario. This enables gh-84559.
+ # time via the above call in that scenario. This enables gh-84559.
2219
except OSError as exc:
2220
raise unittest.SkipTest(f"broken multiprocessing SemLock: {exc!r}")
2221
0 commit comments