]> granicus.if.org Git - python/commit
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617)
authorEric Snow <ericsnowcurrently@gmail.com>
Sun, 24 Feb 2019 23:40:47 +0000 (15:40 -0800)
committerGitHub <noreply@github.com>
Sun, 24 Feb 2019 23:40:47 +0000 (15:40 -0800)
commitef4ac967e2f3a9a18330cc6abe14adb4bc3d0465
tree9486fb50d2f39468a7c00de7fb5c05fdd67372e8
parent463572c8beb59fd9d6850440af48a5c5f4c0c0c9
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617)

This involves moving the global "pending calls" state to PyInterpreterState.

https://bugs.python.org/issue33608
Include/ceval.h
Include/internal/pycore_ceval.h
Include/internal/pycore_pystate.h
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