]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug where code/func get freed halfway
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Wed, 24 Sep 2025 19:34:23 +0000 (20:34 +0100)
committerKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Wed, 24 Sep 2025 19:34:23 +0000 (20:34 +0100)
commit0ffc2dd39fbf8a6c8e44c5355fa5289ba3da3a65
tree8d6fd759401af119bdd1fd42e497f31a5b31d750
parentdc414a3158b11f49f40f79978a1ffa189a597f96
Fix bug where code/func get freed halfway
Include/internal/pycore_interp_structs.h
Include/internal/pycore_optimizer.h
Python/ceval_macros.h
Python/generated_cases.c.h
Python/optimizer.c