mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Whitespace normalization.
This commit is contained in:
parent
f805cd2c1f
commit
f2715e0764
26 changed files with 110 additions and 114 deletions
|
@ -9,7 +9,7 @@ import time
|
|||
|
||||
|
||||
class TestThread(_threading.Thread):
|
||||
|
||||
|
||||
def run(self):
|
||||
global running
|
||||
delay = random.random() * 2
|
||||
|
@ -54,7 +54,7 @@ def test_main():
|
|||
|
||||
global threads
|
||||
threads = []
|
||||
|
||||
|
||||
starttasks()
|
||||
|
||||
if verbose:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue