]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42734: Fix crasher bogus_code_obj.py (GH-23939)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 25 Dec 2020 15:22:56 +0000 (07:22 -0800)
committerGitHub <noreply@github.com>
Fri, 25 Dec 2020 15:22:56 +0000 (07:22 -0800)
commit51f502914656a1f8e8ffdf6e1b06f670d8fea8ed
tree8b4cbc3de79d81a760490d5475bab067602125c0
parent7acfe4125725e86c982300cf10c0ab791a0783f4
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).
(cherry picked from commit 954a7427ba9c2d02faed32c02090caeca873aeca)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/crashers/bogus_code_obj.py