Commit d0b2f200 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent 010ee04f
...@@ -475,4 +475,3 @@ def threading_cleanup(num_active, num_limbo): ...@@ -475,4 +475,3 @@ def threading_cleanup(num_active, num_limbo):
while len(threading._limbo) != num_limbo and count < _MAX_COUNT: while len(threading._limbo) != num_limbo and count < _MAX_COUNT:
count += 1 count += 1
time.sleep(0.1) time.sleep(0.1)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment