]> granicus.if.org Git - python/commit
Don't skip pickle check_frame_opcodes() (GH-15027)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 Jul 2019 20:10:15 +0000 (13:10 -0700)
committerNeil Schemenauer <nas-github@arctrix.com>
Tue, 30 Jul 2019 20:10:15 +0000 (13:10 -0700)
commit0f9efbcf9a051198dc9e226528d5c5d24a52d23a
tree7f9bcdec2b20ad465188f99d84b510ebe67468b4
parent382cb85401bb010ead411c0532499ffe16c3cf27
Don't skip pickle check_frame_opcodes() (GH-15027)

This looks like the only place that proto 4 framing gets exercised
so leave it as part of the PGO task.
(cherry picked from commit eca7ffc61cf925eae5def8c64b05d47f24e60e1f)

Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
Lib/test/pickletester.py