From 0143749e3d8ce00ee8ce64fd13f71f9c9f407724 Mon Sep 17 00:00:00 2001 From: Neil Schemenauer Date: Tue, 30 Jul 2019 11:36:36 -0700 Subject: [PATCH] Don't skip pickle check_frame_opcodes(). 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/pickletester.py b/Lib/test/pickletester.py index 5d402a4711bff6..c9f374678ae35a 100644 --- a/Lib/test/pickletester.py +++ b/Lib/test/pickletester.py @@ -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.