summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/bytecode_helper.py
Commit message (Collapse)AuthorAgeFilesLines
* 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