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 giampaolo.rodola
Recipients giampaolo.rodola
Date 2019-02-06.16:35:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549470919.94.0.961552344771.issue35917@roundup.psfhosted.org>
In-reply-to
Content
This is a follow up of BPO-35813 and PR-11664 and it provides unit tests for SyncManager and SharedMemoryManager classes + all the shareable types which are supposed to be supported by them. Also, see relevant python-dev discussion at: https://mail.python.org/pipermail/python-dev/2019-February/156235.html.

In doing so I discovered a couple of issues which I will treat in a separate BPO ticket (multiprocessing.managers's dict.has_key() and Pool() appear to be broken).
History
Date User Action Args
2019-02-06 16:35:22giampaolo.rodolasetrecipients: + giampaolo.rodola
2019-02-06 16:35:19giampaolo.rodolasetmessageid: <1549470919.94.0.961552344771.issue35917@roundup.psfhosted.org>
2019-02-06 16:35:19giampaolo.rodolalinkissue35917 messages
2019-02-06 16:35:19giampaolo.rodolacreate