]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-104584: Assorted fixes for the optimizer API. (GH-105683)
authorMark Shannon <mark@hotpy.org>
Mon, 19 Jun 2023 09:32:20 +0000 (10:32 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Jun 2023 09:32:20 +0000 (10:32 +0100)
commit581619941ecce986a2fc8cbddd95256daa25fb26
tree4531fd801297edeed79d2ce6dcba28117ff9dafc
parent4426279a4399158027a1145cff1c4c92424bf5b5
GH-104584: Assorted fixes for the optimizer API. (GH-105683)

* Add test for long loops

* Clear ENTER_EXECUTOR when deopting code objects.
Lib/test/test_capi/test_misc.py
Modules/_testinternalcapi.c
Objects/codeobject.c
Python/bytecodes.c
Python/generated_cases.c.h
Python/optimizer.c