summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_compiler_assemble.py
Commit message (Expand)AuthorAgeFilesLines
* GH-105848: Simplify the arrangement of CALL's stack (GH-107788)Brandt Bucher2023-08-091-1/+1
* gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)hms2023-06-291-0/+38
* gh-105407: Remove unused imports in tests (#105408)Victor Stinner2023-06-061-2/+0
* gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)Carl Meyer2023-05-091-1/+4
* gh-104240: return code unit metadata from codegen (#104300)Irit Katriel2023-05-091-1/+1
* gh-87092: Expose assembler to unit tests (#103988)Irit Katriel2023-05-011-0/+71