Sara Kelley <serak...@gmail.com> added the comment:

https://docs.python.org/3/using/cmdline.html#cmdoption-m

The documentation says you must not give a file extension with the module 
option. Because the extension was given the thread is deadlocking in 
importlib._bootstrap when trying to acquire the module lock. The hang occurs in 
the script because join() is waiting for the deadlocked thread.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31990>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to