]> granicus.if.org Git - python/commit
Fix BytecodeTestCase.assertNotInBytecode()
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 19 Jan 2016 07:48:48 +0000 (08:48 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 19 Jan 2016 07:48:48 +0000 (08:48 +0100)
commit47b91b0a8112983e8aec5c26497b10aad7045a76
treee455641eea433cc43c349e099fb133a68af7788d
parent9ad11544bfb80b7881e0d567e40ef2fa2da58f02
Fix BytecodeTestCase.assertNotInBytecode()

Issue #11816: Fix bytecode_helper to handle correctly errors. Don't use
unassigned variables.
Lib/test/bytecode_helper.py