]> 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:20:35 +0000 (07:20 -0800)
committerGitHub <noreply@github.com>
Fri, 25 Dec 2020 15:20:35 +0000 (07:20 -0800)
commit0178a6b67ca3e782443f311e953509ca3eb4aacf
treec79f72988fb84de40e3f70746f6e3b637234d652
parentd5aadb28545fd15cd3517b604a8c7a520abd09c6
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