]> granicus.if.org Git - python/commit
Don't skip pickle check_frame_opcodes() (GH-15025)
authorNeil Schemenauer <nas-github@arctrix.com>
Tue, 30 Jul 2019 19:08:17 +0000 (12:08 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Jul 2019 19:08:17 +0000 (12:08 -0700)
commiteca7ffc61cf925eae5def8c64b05d47f24e60e1f
tree83401b4d2674230ab77eaf8a140569a14ef24878
parent52a48e62c6a94577152f9301bbe5f3bc806cfcf1
Don't skip pickle check_frame_opcodes() (GH-15025)

This looks like the only place that proto 4 framing gets exercised
so leave it as part of the PGO task.
Lib/test/pickletester.py