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 lukasz.langa
Recipients davin, lukasz.langa, pitrou, sobolevn
Date 2021-09-28.12:32:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632832344.68.0.22124256957.issue45254@roundup.psfhosted.org>
In-reply-to
Content
The logic is currently duplicated because trying to import `shared_memory` is how support discovery is supposed to work in user code.

`multiprocessing.managers` doesn't export HAS_SHMEM (it's not in `__all__` and it's not documented). Making tests rely on it feels wrong to me. It might change in the future.
History
Date User Action Args
2021-09-28 12:32:24lukasz.langasetrecipients: + lukasz.langa, pitrou, davin, sobolevn
2021-09-28 12:32:24lukasz.langasetmessageid: <1632832344.68.0.22124256957.issue45254@roundup.psfhosted.org>
2021-09-28 12:32:24lukasz.langalinkissue45254 messages
2021-09-28 12:32:24lukasz.langacreate