Irit Katriel
|
c179c0e6cb
|
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
|
2024-04-17 16:42:04 +01:00 |
Irit Katriel
|
96c1737591
|
gh-115796: fix exception table construction in _testinternalcapi.assemble_code_object (#115797)
|
2024-02-22 12:36:44 +00:00 |
Brandt Bucher
|
a9caf9cf90
|
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
|
2023-08-09 18:19:39 +00:00 |
hms
|
8bff940ad6
|
gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)
This enables super-instruction formation,
removal of checks for uninitialized variables,
and frees up an instruction.
|
2023-06-29 09:34:00 -07:00 |
Victor Stinner
|
ae319e4b43
|
gh-105407: Remove unused imports in tests (#105408)
|
2023-06-06 22:50:43 +02:00 |
Carl Meyer
|
c3b595e73e
|
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
|
2023-05-09 11:02:14 -06:00 |
Irit Katriel
|
ca95edf177
|
gh-104240: return code unit metadata from codegen (#104300)
|
2023-05-09 14:33:40 +01:00 |
Irit Katriel
|
80b714835d
|
gh-87092: Expose assembler to unit tests (#103988)
|
2023-05-01 22:29:30 +01:00 |