aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/support/bytecode_helper.py
Commit message (Expand)AuthorAge
* gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)Irit Katriel2022-11-14
* Reject invalid opcode names in assertInBytecode (GH-97548)Dennis Sweeney2022-09-25
* gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler op...Irit Katriel2022-08-24
* bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)Max Bernstein2020-12-17
* bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_...Joannah Nanjekye2019-09-12