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:35:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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
---
History
Date User Action Args
2021-09-16 08:35:21vstinnersetrecipients: + vstinner, lukasz.langa, pablogsal, Alexander Kanavin, sobolevn
2021-09-16 08:35:21vstinnersetmessageid: <[email protected]>
2021-09-16 08:35:21vstinnerlinkissue45128 messages
2021-09-16 08:35:21vstinnercreate