]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH-96204)
authorMark Shannon <mark@hotpy.org>
Wed, 24 Aug 2022 13:21:01 +0000 (14:21 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Aug 2022 13:21:01 +0000 (14:21 +0100)
commita4a9f2e879c0c9572e0cecbc702dc1dd31f80221
treeb79b68685fcff680ea2986b263cbb43b1c068bf2
parent4de06e3cc0a58d73934f9a2759ad9cd2f6b031b0
GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH-96204)
12 files changed:
Include/internal/pycore_ceval.h
Include/internal/pycore_pystate.h
Makefile.pre.in
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/ceval.c
Python/ceval_gil.c [new file with mode: 0644]
Python/ceval_gil.h [deleted file]
Tools/c-analyzer/cpython/_parser.py
Tools/gdb/libpython.py