]> granicus.if.org Git - python/commit
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh...
authorVictor Stinner <vstinner@redhat.com>
Mon, 3 Jun 2019 16:14:24 +0000 (18:14 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2019 16:14:24 +0000 (18:14 +0200)
commite225bebc1409bcf68db74a35ed3c31222883bf8f
tree42153d2d48a3f1c784812b4fb54ed3557be713d0
parent49a7e347976c9b39149ac7505b11ad6e9e2bdeec
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780)

This reverts commit 6a150bcaeb190d1731b38ab9c7a5d1a352847ddc.
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 [deleted file]
Modules/_testcapimodule.c
Modules/signalmodule.c
Python/ceval.c
Python/ceval_gil.h
Python/pylifecycle.c
Python/pystate.c