Commit eca7ffc6 authored by Neil Schemenauer's avatar Neil Schemenauer Committed by GitHub

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.
parent 52a48e62
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment