summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/bytecode_helper.py
Commit message (Collapse)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 ↵Irit Katriel2023-03-131-1/+1
| | | | not need the compiler struct (#102562)
* gh-87092: Make jump target label equal to the offset of the target in the ↵Irit Katriel2023-02-281-47/+36
| | | | instructions sequence (#102093)
* 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 ↵Irit Katriel2022-08-241-0/+93
| | | | optimization unit tests (GH-96007)
* bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)Max Bernstein2020-12-181-1/+2
| | | | | | | | | | * bpo-42199: Fix bytecode_helper assertNotInBytecode Add tests. * 📜🤖 Added by blurb_it. Co-authored-by: Dino Viehland <dinoviehland@fb.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
* bpo-18578: Rename and document test.bytecode_helper as ↵Joannah Nanjekye2019-09-121-0/+41
test.support.bytecode_helper (GH-15168) Rename and document test.bytecode_helper as test.support.bytecode_helper