Message401931
The issue can be reproduced just with these lines:
---
import sys
import multiprocessing.queues
del sys.modules['multiprocessing']
import multiprocessing
import multiprocessing.connection
from multiprocessing.connection import wait
connection = multiprocessing.connection # AttributeError here
--- |
|
| Date |
User |
Action |
Args |
| 2021-09-16 08:35:21 | vstinner | set | recipients:
+ vstinner, lukasz.langa, pablogsal, Alexander Kanavin, sobolevn |
| 2021-09-16 08:35:21 | vstinner | set | messageid: <[email protected]> |
| 2021-09-16 08:35:21 | vstinner | link | issue45128 messages |
| 2021-09-16 08:35:21 | vstinner | create | |
|