Skip to content

Commit

Permalink
Don't skip pickle check_frame_opcodes() (pythonGH-15025)
Browse files Browse the repository at this point in the history
This looks like the only place that proto 4 framing gets exercised
so leave it as part of the PGO task.
  • Loading branch information
nascheme authored Jul 30, 2019
1 parent 52a48e6 commit eca7ffc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/pickletester.py
Original file line number Diff line number Diff line change
Expand Up @@ -2281,7 +2281,6 @@ def test_setitems_on_non_dicts(self):
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.
Expand Down

0 comments on commit eca7ffc

Please sign in to comment.