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 vstinner
Recipients Alexander Kanavin, lukasz.langa, pablogsal, sobolevn, vstinner
Date 2021-09-16.08:29:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631780947.51.0.697725686676.issue45128@roundup.psfhosted.org>
In-reply-to
Content
> ./python -m test -m test.test_logging.LogRecordTest.test_multiprocessing test_genericalias test_logging test_multiprocessing_fork -v

This command reproduces the issue:

* importing test.test_genericalias imports multiprocessing submodules like multiprocessing.queues
* test_logging does: del sys.modules['multiprocessing']
* test_multiprocessing_fork fails to import multiprocessing submodules
History
Date User Action Args
2021-09-16 08:29:07vstinnersetrecipients: + vstinner, lukasz.langa, pablogsal, Alexander Kanavin, sobolevn
2021-09-16 08:29:07vstinnersetmessageid: <1631780947.51.0.697725686676.issue45128@roundup.psfhosted.org>
2021-09-16 08:29:07vstinnerlinkissue45128 messages
2021-09-16 08:29:07vstinnercreate