projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52a48e6
)
Don't skip pickle check_frame_opcodes() (GH-15025)
author
Neil Schemenauer
<nas-github@arctrix.com>
Tue, 30 Jul 2019 19:08:17 +0000
(12:08 -0700)
committer
GitHub
<noreply@github.com>
Tue, 30 Jul 2019 19:08:17 +0000
(12:08 -0700)
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
patch
|
blob
|
history
diff --git
a/Lib/test/pickletester.py
b/Lib/test/pickletester.py
index 5d402a4711bff6b16e8fdfe7d9fd51a1121b9315..c9f374678ae35a57336e9aef0c806b488e8bd9fe 100644
(file)
--- a/
Lib/test/pickletester.py
+++ b/
Lib/test/pickletester.py
@@
-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.