aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/instruction_sequence.c
Commit message (Expand)AuthorAge
* gh-130907: Treat all module-level annotations as conditional (#131550)Jelle Zijlstra41 hours
* gh-130080: move _Py_EnsureArrayLargeEnough to a separate header so it can be ...Irit Katriel2025-03-13
* gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738)Hugo Beauzée-Luyssen2025-03-02
* gh-111178: Fix function signatures in instruction_sequence.c (#130591)Victor Stinner2025-02-26
* gh-117680: Fix msvc warning in instruction_sequence.c (#118326)neonene2024-04-26
* gh-118023: Fix reference leak (#118025)Kirill Podoprigora2024-04-18
* 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 fi...Irit Katriel2024-04-04