We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f7309 commit c459be3Copy full SHA for c459be3
1 file changed
Src/StdLib/Lib/test/support/__init__.py
@@ -1893,6 +1893,7 @@ def modules_cleanup(oldmodules):
1893
1894
def threading_setup():
1895
if _thread:
1896
+ threading.current_thread() # ironpython: register the current thread if not running on a known thread
1897
return _thread._count(), threading._dangling.copy()
1898
else:
1899
return 1, ()
0 commit comments