]> granicus.if.org Git - python/commit
bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." ...
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 12 Apr 2019 16:20:10 +0000 (10:20 -0600)
committerGitHub <noreply@github.com>
Fri, 12 Apr 2019 16:20:10 +0000 (10:20 -0600)
commitb75b1a3504a0cea6fac6ecba44c10b2629577025
tree14d6fd9909a1f4ec1ca70ba012569bd495d35d5a
parentf938d8be4ce3e1ccca7c31cf673265634307147f
bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806)

This reverts commit f13c5c8b9401a9dc19e95d8b420ee100ac022208 (gh-12360).
Include/ceval.h
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