8000 Don't skip pickle check_frame_opcodes() (GH-15027) · python/cpython@0f9efbc · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f9efbc

Browse files
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 eca7ffc) Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
1 parent 382cb85 commit 0f9efbc

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)
0