cpython/Modules/_multiprocessing/clinic
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
..
multiprocessing.c.h gh-111089: Revert PyUnicode_AsUTF8() changes (#111833) 2023-11-07 22:36:13 +00:00
posixshmem.c.h gh-85283: Build posixshmem extension with Limited C API (#111087) 2023-10-20 00:23:49 +02:00
semaphore.c.h gh-117435: Make `SemLock` thread-safe in free-threaded build (#117436) 2024-04-04 14:09:38 -04:00