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 nascheme
Recipients davin, nascheme
Date 2019-02-05.22:50:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549407022.09.0.0256128012498.issue35903@roundup.psfhosted.org>
In-reply-to
Content
The logic in setup.py that determines if _multiprocessing/posixshmem.c should get built is not very robust.  I think it is better to use autoconfig to probe for the required functions and libraries.  My autoconfig brain cells are a bit fuzzy but I think my patch is correct.

I look for shm_open and shm_unlink.  I also check if librt is required for these functions.
History
Date User Action Args
2019-02-05 22:50:25naschemesetrecipients: + nascheme, davin
2019-02-05 22:50:22naschemesetmessageid: <1549407022.09.0.0256128012498.issue35903@roundup.psfhosted.org>
2019-02-05 22:50:22naschemelinkissue35903 messages
2019-02-05 22:50:21naschemecreate