mirror of https://github.com/python/cpython
Whitespace normalization.
This commit is contained in:
parent
0b465702e6
commit
43bc3788c0
|
@ -475,4 +475,3 @@ def threading_cleanup(num_active, num_limbo):
|
|||
while len(threading._limbo) != num_limbo and count < _MAX_COUNT:
|
||||
count += 1
|
||||
time.sleep(0.1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue