Skip to content

Commit eca7ffc

Browse files
authored
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.
1 parent 52a48e6 commit eca7ffc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/pickletester.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2281,7 +2281,6 @@ def test_setitems_on_non_dicts(self):
22812281
FRAME_SIZE_MIN = 4
22822282
FRAME_SIZE_TARGET = 64 * 1024
22832283

2284-
@support.skip_if_pgo_task
22852284
def check_frame_opcodes(self, pickled):
22862285
"""
22872286
Check the arguments of FRAME opcodes in a protocol 4+ pickle.

0 commit comments

Comments
 (0)