diff options
Diffstat (limited to 'tests/thread/mutate_dict.py')
| -rw-r--r-- | tests/thread/mutate_dict.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/thread/mutate_dict.py b/tests/thread/mutate_dict.py index 89c93f4ee..3777af662 100644 --- a/tests/thread/mutate_dict.py +++ b/tests/thread/mutate_dict.py @@ -7,6 +7,7 @@ import _thread # the shared dict di = {"a": "A", "b": "B", "c": "C", "d": "D"} + # main thread function def th(n, lo, hi): for repeat in range(n): |
