SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 95 Python

bpo-35903: Use autoconfig to probe for shm_open() and shm_unlink(). (#11765)

Use autoconfig to probe for shm_open() and shm_unlink().  Set SHM_NEEDS_LIBRT if we must
link with librt to get the shm_* functions.  Change setup.py to use the autoconfig defines.  These
changes should make it more likely that _multiprocessing/posixshmem.c gets built correctly on
different platforms.
N
Neil Schemenauer committed
5741c45acf9b0ce22ff0dbf56322fe0ff16cfcfc
Parent: 64360ad
Committed by GitHub <noreply@github.com> on 2/8/2019, 6:48:46 PM