This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serakeri
Recipients Werner Smidt, iritkatriel, serakeri
Date 2020-12-03.00:07:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606954062.03.0.772962093621.issue31990@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-12-03 00:07:42serakerisetrecipients: + serakeri, Werner Smidt, iritkatriel
2020-12-03 00:07:42serakerisetmessageid: <1606954062.03.0.772962093621.issue31990@roundup.psfhosted.org>
2020-12-03 00:07:42serakerilinkissue31990 messages
2020-12-03 00:07:41serakericreate