]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40513: Per-interpreter signals pending (GH-19924)
authorVictor Stinner <vstinner@python.org>
Tue, 5 May 2020 13:43:37 +0000 (15:43 +0200)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 13:43:37 +0000 (15:43 +0200)
commit4e01946cafca0cf49f796c3118e0d65237bcad69
tree754267420acd250b7cd0368c8679fbaee72bb2ee
parentf01d1be97d740ea0369379ca305646a26694236e
bpo-40513: Per-interpreter signals pending (GH-19924)

Move signals_pending from _PyRuntime.ceval to
PyInterpreterState.ceval.
Include/internal/pycore_interp.h
Include/internal/pycore_runtime.h
Python/ceval.c