summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/bytecode_helper.py
Commit message (Expand)AuthorAgeFilesLines
* gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)Carl Meyer2023-05-181-2/+2
* 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-13/+19
* gh-87092: refactor assemble() to a number of separate functions, which do not...Irit Katriel2023-03-131-1/+1
* gh-87092: Make jump target label equal to the offset of the target in the ins...Irit Katriel2023-02-281-47/+36
* gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)Irit Katriel2022-11-141-41/+52
* Reject invalid opcode names in assertInBytecode (GH-97548)Dennis Sweeney2022-09-251-0/+2
* gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler op...Irit Katriel2022-08-241-0/+93
* bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)Max Bernstein2020-12-181-1/+2
* bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_...Joannah Nanjekye2019-09-121-0/+41