summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_compiler_codegen.py
Commit message (Collapse)AuthorAgeFilesLines
* GH-105848: Simplify the arrangement of CALL's stack (GH-107788)Brandt Bucher2023-08-091-1/+1
|
* GH-106008: Make implicit boolean conversions explicit (GH-106003)Brandt Bucher2023-06-291-0/+1
|
* gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)Irit Katriel2023-05-071-0/+4
|
* gh-87092: Make jump target label equal to the offset of the target in the ↵Irit Katriel2023-02-281-4/+4
| | | | instructions sequence (#102093)
* gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)Irit Katriel2022-11-141-0/+50