aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/internal/pycore_instruction_sequence.h
Commit message (Collapse)AuthorAge
* gh-130907: Treat all module-level annotations as conditional (#131550)Jelle Zijlstra2025-04-28
|
* gh-121404: split compile.c into compile.c and codegen.c (#123651)Irit Katriel2024-09-09
|
* gh-117901: Add option for compiler's codegen to save nested instruction ↵Irit Katriel2024-04-24
| | | | sequences for introspection (#118007)
* gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)Irit Katriel2024-04-17
|
* gh-117494: extract the Instruction Sequence data structure into a separate ↵Irit Katriel2024-04-04
file (#117496)