summaryrefslogtreecommitdiffstats
path: root/Python/assemble.c
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-130775: Allow negative locations in `ast` (GH-130795) (#132260)sobolevn2025-04-081-4/+2
* [3.12] gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738) (...Bénédikt Tran2025-03-041-2/+1
* gh-87092: avoid gcc warning on uninitialized struct field in assemble.c (#104...Dong-hee Na2023-05-141-1/+2
* gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)Carl Meyer2023-05-091-0/+3
* gh-87092: change assembler to use instruction sequence instead of CFG (#103933)Irit Katriel2023-04-291-49/+46
* gh-87092: move assembler related code from compile.c to assemble.c (#103277)Irit Katriel2023-04-111-0/+602