]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42734: Fix crasher bogus_code_obj.py (GH-23939)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 25 Dec 2020 15:03:37 +0000 (17:03 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Dec 2020 15:03:37 +0000 (17:03 +0200)
commit954a7427ba9c2d02faed32c02090caeca873aeca
treea925928b34121f5f6edf2e4eba930115dd0d7433
parent7f162e867c674f57c308a87fffcdcca3540c8933
bpo-42734: Fix crasher bogus_code_obj.py (GH-23939)

It did not work because the signature of code object constructor
was changed. Also, it used old format of bytecode (pre-wordcode).
Lib/test/crashers/bogus_code_obj.py