Message382359
| 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:42 | serakeri | set | recipients: + serakeri, Werner Smidt, iritkatriel |
| 2020-12-03 00:07:42 | serakeri | set | messageid: <1606954062.03.0.772962093621.issue31990@roundup.psfhosted.org> |
| 2020-12-03 00:07:42 | serakeri | link | issue31990 messages |
| 2020-12-03 00:07:41 | serakeri | create | |