Staging
v0.5.1
https://github.com/python/cpython
Revision a36adfa6bbf5e612a4d4639124502135690899b8 authored by Victor Stinner on 19 March 2020, 18:48:25 UTC, committed by GitHub on 19 March 2020, 18:48:25 UTC
bpo-39877, bpo-40010: Add a third tstate_must_exit() check in
take_gil() to prevent using tstate which has been freed.
1 parent c691f20
History
Tip revision: a36adfa6bbf5e612a4d4639124502135690899b8 authored by Victor Stinner on 19 March 2020, 18:48:25 UTC
bpo-39877: 4th take_gil() fix for daemon threads (GH-19080)
Tip revision: a36adfa
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 42.5 KB
python.c -rw-r--r-- 298 bytes

README

back to top