Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
025d29cd
Commit
025d29cd
authored
Oct 03, 1997
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
9339b1d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
lib/Components/cPickle/cPickle.stx
lib/Components/cPickle/cPickle.stx
+11
-2
No files found.
lib/Components/cPickle/cPickle.stx
View file @
025d29cd
...
...
@@ -127,13 +127,13 @@ cPickle, A C Pickle Implementation
part of Python1.4. A copy of this make file is included with this
release. See the instructions in the make file, itself.
Note that cPickle requires that both copy_reg and cStringIO be importable.
Note that cPickle requires that both copy_reg and cStringIO be importable.
Files
Makefile.pre.in -- The Universal Unix Makefile for Python extensions
Setup -- a configuration file used b
u
the Universal
Setup -- a configuration file used b
y
the Universal
Unix Makefile for Python extensions
cPickle.stx -- This file in structured text format
...
...
@@ -235,6 +235,15 @@ cPickle, A C Pickle Implementation
This release includes a number of changes made for 1.5,
and changes to make 'gcc -Wall -pedantic' happy.
0.3.1 -- Bug Fix
- There is a reference counting bug in the code that
unpickles global objects. (I incorrectly assumed that
PyEval_GetGlobals incremented the reference cound of the
object it returned.) This bug caused really bizarre
things to happen after unpickling a pickle with lots of
global references.
To do
...
...
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