bpo-39511: Fix multiprocessing semlock_acquire() (GH-18298)
The Python C API must not be used when the GIL is released: only access Py_None when the GIL is hold.
V
Victor Stinner committed
7dc140126e918cc7c6e65aea321b7255f0020798
Parent: f03a8f8
Committed by GitHub <noreply@github.com>
on 2/1/2020, 12:25:59 AM