index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_compiler_codegen.py
Commit message (
Expand
)
Author
Age
*
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH...
Mark Shannon
2024-12-19
*
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon
2024-10-29
*
gh-124188: Fix PyErr_ProgramTextObject() (GH-124189)
Serhiy Storchaka
2024-09-24
*
gh-93691: fix too broad source locations of for statement iterators (#120330)
Irit Katriel
2024-06-12
*
gh-117901: Add option for compiler's codegen to save nested instruction seque...
Irit Katriel
2024-04-24
*
gh-115376: fix segfault in _testinternalcapi.compiler_codegen on bad input (#...
Irit Katriel
2024-02-15
*
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Mark Shannon
2024-01-24
*
gh-107901: synthetic jumps which are not at end of loop no longer check the e...
Irit Katriel
2024-01-06
*
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
Brandt Bucher
2023-08-09
*
GH-106008: Make implicit boolean conversions explicit (GH-106003)
Brandt Bucher
2023-06-29
*
gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)
Irit Katriel
2023-05-07
*
gh-87092: Make jump target label equal to the offset of the target in the ins...
Irit Katriel
2023-02-28
*
gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)
Irit Katriel
2022-11-14