Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ... | Irit Katriel | 2023-11-03 | 1 | -75/+75 |
* | gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ... | Irit Katriel | 2023-11-02 | 1 | -75/+75 |
* | GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300) | Brandt Bucher | 2023-09-13 | 1 | -51/+52 |
* | gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269) | Irit Katriel | 2023-09-12 | 1 | -186/+186 |
* | GH-108614: Add `RESUME_CHECK` instruction (GH-108630) | Mark Shannon | 2023-09-07 | 1 | -141/+142 |
* | gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc... | Irit Katriel | 2023-08-16 | 1 | -217/+219 |
* | gh-105481: split opcode_ids.h out of opcode.h so that it can be generated sep... | Irit Katriel | 2023-08-11 | 1 | -0/+235 |