]> granicus.if.org Git - python/commit
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)
authorEric Snow <ericsnowcurrently@gmail.com>
Sat, 1 Jun 2019 21:39:46 +0000 (15:39 -0600)
committerGitHub <noreply@github.com>
Sat, 1 Jun 2019 21:39:46 +0000 (15:39 -0600)
commit6a150bcaeb190d1731b38ab9c7a5d1a352847ddc
tree687d690cdcb19d4f30806b628dcdee37a4d61a13
parent218e47b61862470477922e9aba1a23fd3dab18ae
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)
Include/internal/pycore_ceval.h
Include/internal/pycore_pystate.h
Lib/test/test_capi.py
Misc/NEWS.d/next/Core and Builtins/2018-09-15-12-13-46.bpo-33608.avmvVP.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Modules/signalmodule.c
Python/ceval.c
Python/ceval_gil.h
Python/pylifecycle.c
Python/pystate.c