mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
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 eca7ffc61c
)
Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
This commit is contained in:
parent
382cb85401
commit
0f9efbcf9a
1 changed files with 0 additions and 1 deletions
|
@ -2281,7 +2281,6 @@ class AbstractPickleTests(unittest.TestCase):
|
|||
FRAME_SIZE_MIN = 4
|
||||
FRAME_SIZE_TARGET = 64 * 1024
|
||||
|
||||
@support.skip_if_pgo_task
|
||||
def check_frame_opcodes(self, pickled):
|
||||
"""
|
||||
Check the arguments of FRAME opcodes in a protocol 4+ pickle.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue