]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
invalidate freed code/function objects used for global promotion
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Sat, 18 Oct 2025 19:13:19 +0000 (20:13 +0100)
committerKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Sat, 18 Oct 2025 19:13:19 +0000 (20:13 +0100)
commit7d4f8664b98d6617178a82522f61e5a6c238c7bf
treecd3c1b9986e376abbbdfd1486874cfc8995e0baa
parentc0c14b45b976ecc18f536db3292a001af4a2d149
invalidate freed code/function objects used for global promotion
Include/internal/pycore_interp_structs.h
Include/internal/pycore_optimizer.h
Objects/codeobject.c
Objects/funcobject.c
Python/optimizer.c