]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)
authorMax Bernstein <tekknolagi@users.noreply.github.com>
Fri, 18 Dec 2020 00:30:29 +0000 (16:30 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Dec 2020 00:30:29 +0000 (16:30 -0800)
commit6e799be0a18d0bb5bbbdc77cd3c30a229d31dfb4
tree8b341e9f638bbb94f5ffd1ab8d721bdfbe6c5329
parent074ad5123f18923bdb5fa0b6e4bf24de45e32ba9
bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)

* 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>
Lib/test/support/bytecode_helper.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Tests/2020-10-29-21-26-46.bpo-42199.KksGCV.rst [new file with mode: 0644]