Staging
v0.8.1
https://github.com/python/cpython
Revision 7dc140126e918cc7c6e65aea321b7255f0020798 authored by Victor Stinner on 01 February 2020, 00:25:59 UTC, committed by GitHub on 01 February 2020, 00:25:59 UTC
The Python C API must not be used when the GIL is released: only
access Py_None when the GIL is hold.
1 parent f03a8f8
History
Tip revision: 7dc140126e918cc7c6e65aea321b7255f0020798 authored by Victor Stinner on 01 February 2020, 00:25:59 UTC
bpo-39511: Fix multiprocessing semlock_acquire() (GH-18298)
Tip revision: 7dc1401
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 42.7 KB
python.c -rw-r--r-- 298 bytes

README

back to top