diff options
Diffstat (limited to 'tests/thread/thread_qstr1.py')
| -rw-r--r-- | tests/thread/thread_qstr1.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/thread/thread_qstr1.py b/tests/thread/thread_qstr1.py index 40ee2910c..14f5b6be6 100644 --- a/tests/thread/thread_qstr1.py +++ b/tests/thread/thread_qstr1.py @@ -8,6 +8,7 @@ except ImportError: import time import _thread + # function to check the interned string def check(s, val): assert type(s) == str |
