Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e61d4372
Commit
e61d4372
authored
May 20, 2009
by
Collin Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge r72792: POP_MARK was not in pickle protocol 0, SHORT_BINBYTES was not in protocol 1.
parent
360bcac5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Lib/pickletools.py
Lib/pickletools.py
+2
-2
No files found.
Lib/pickletools.py
View file @
e61d4372
...
...
@@ -1057,7 +1057,7 @@ opcodes = [
arg
=
string1
,
stack_before
=
[],
stack_after
=
[
pybytes
],
proto
=
1
,
proto
=
3
,
doc
=
"""Push a Python string object.
There are two arguments: the first is a 1-byte unsigned int giving
...
...
@@ -1384,7 +1384,7 @@ opcodes = [
arg
=
None
,
stack_before
=
[
markobject
,
stackslice
],
stack_after
=
[],
proto
=
0
,
proto
=
1
,
doc
=
"""Pop all the stack objects at and above the topmost markobject.
When an opcode using a variable number of stack objects is done,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment