]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146031: Allow keeping specialization enabled when specifying eval frame function...
authorDino Viehland <dinoviehland@meta.com>
Thu, 16 Apr 2026 16:44:26 +0000 (09:44 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Apr 2026 16:44:26 +0000 (09:44 -0700)
commitc0af5c024b57d216fc3db41cb0e39a683c327bbd
tree6be1a8cdeab233a7c8a3ed7e34f7ad8462cd298d
parentcecf564073f898809bf10d7e555d64fdd764f060
gh-146031: Allow keeping specialization enabled when specifying eval frame function (#146032)

Allow keeping specialization enabled when specifying eval frame function
Doc/c-api/subinterpreters.rst
Include/cpython/pystate.h
Include/internal/pycore_interp_structs.h
Lib/test/test_capi/test_misc.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-16-17-29-22.gh-issue-146031.6nyB7C.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Modules/_testinternalcapi/interpreter.c
Python/ceval_macros.h
Python/pystate.c
Python/specialize.c