summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_compiler_codegen.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-93691: fix too broad source locations of for statement iterators (G...Miss Islington (bot)2024-06-121-0/+1
* gh-117901: Add option for compiler's codegen to save nested instruction seque...Irit Katriel2024-04-241-1/+95
* gh-115376: fix segfault in _testinternalcapi.compiler_codegen on bad input (#...Irit Katriel2024-02-151-1/+6
* GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)Mark Shannon2024-01-241-0/+1
* gh-107901: synthetic jumps which are not at end of loop no longer check the e...Irit Katriel2024-01-061-1/+1
* 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 ins...Irit Katriel2023-02-281-4/+4
* gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)Irit Katriel2022-11-141-0/+50