mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
Fix typos in comments and docstring (#122720)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
98dba73010
commit
b6c80e21c7
9 changed files with 11 additions and 11 deletions
|
@ -43,7 +43,7 @@ def _run_output(interp, request):
|
|||
def _wait_for_interp_to_run(interp, timeout=None):
|
||||
# bpo-37224: Running this test file in multiprocesses will fail randomly.
|
||||
# The failure reason is that the thread can't acquire the cpu to
|
||||
# run subinterpreter eariler than the main thread in multiprocess.
|
||||
# run subinterpreter earlier than the main thread in multiprocess.
|
||||
if timeout is None:
|
||||
timeout = support.SHORT_TIMEOUT
|
||||
for _ in support.sleeping_retry(timeout, error=False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue