summaryrefslogtreecommitdiffstatshomepage
path: root/tests/thread/mutate_list.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/thread/mutate_list.py')
-rw-r--r--tests/thread/mutate_list.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/thread/mutate_list.py b/tests/thread/mutate_list.py
index c1849e6729..6f1e881254 100644
--- a/tests/thread/mutate_list.py
+++ b/tests/thread/mutate_list.py
@@ -7,6 +7,7 @@ import _thread
# the shared list
li = list()
+
# main thread function
def th(n, lo, hi):
for repeat in range(n):