0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
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
posixshmem.c.h
semaphore.c.h gh-117435: Make SemLock thread-safe in free-threaded build (#117436) 2024-04-04 14:09:38 -04:00