cpython/Modules/_multiprocessing/clinic
mpage c30d8e5d6c
gh-117657: Acquire a critical section around SemLock.__{enter,exit}__ (#118812)
These methods are purely wrappers around `Semlock.{acquire,release}`,
which expect a critical section to be held.
2024-05-09 12:05:52 -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-117657: Acquire a critical section around SemLock.__{enter,exit}__ (#118812) 2024-05-09 12:05:52 -04:00