Message401930
> ./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 |
|
| Date |
User |
Action |
Args |
| 2021-09-16 08:29:07 | vstinner | set | recipients:
+ vstinner, lukasz.langa, pablogsal, Alexander Kanavin, sobolevn |
| 2021-09-16 08:29:07 | vstinner | set | messageid: <[email protected]> |
| 2021-09-16 08:29:07 | vstinner | link | issue45128 messages |
| 2021-09-16 08:29:07 | vstinner | create | |
|