]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Support underflow and yield value in the optimizer
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Sat, 25 Oct 2025 17:45:33 +0000 (18:45 +0100)
committerKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Sat, 25 Oct 2025 17:45:33 +0000 (18:45 +0100)
commit4a4a31f0962734df3555200b0a9846c1f6356fbe
tree78b12df136d865ef3866b326492527e76a88e4ad
parent7e7b240043806d4c35c91c4699825321ca70f9c9
Support underflow and yield value in the optimizer
Include/internal/pycore_optimizer.h
Python/optimizer.c
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/optimizer_symbols.c