cpython/Modules/_multiprocessing
Sam Gross de5ca0bf71
gh-117435: Make `SemLock` thread-safe in free-threaded build (#117436)
Use critical sections to make acquire, release, and _count thread-safe
without the GIL.
2024-04-04 14:09:38 -04:00
..
clinic gh-117435: Make `SemLock` thread-safe in free-threaded build (#117436) 2024-04-04 14:09:38 -04:00
multiprocessing.c gh-71052: Fix several Android build issues (#115955) 2024-02-29 22:58:20 +01:00
multiprocessing.h gh-108765: multiprocessing.h includes <unistd.h> (#108823) 2023-09-02 17:54:39 +00:00
posixshmem.c gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610) 2024-03-11 22:42:18 +00:00
semaphore.c gh-117435: Make `SemLock` thread-safe in free-threaded build (#117436) 2024-04-04 14:09:38 -04:00