summaryrefslogtreecommitdiffstats
path: root/Python/instruction_sequence.c
Commit message (Expand)AuthorAgeFilesLines
* gh-117680: Fix msvc warning in instruction_sequence.c (#118326)neonene2024-04-261-2/+2
* gh-118023: Fix reference leak (#118025)Kirill Podoprigora2024-04-181-0/+2
* gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)Irit Katriel2024-04-171-0/+300
* gh-117494: extract the Instruction Sequence data structure into a separate fi...Irit Katriel2024-04-041-0/+151