Fixed cPickle, by restoring some of the deleted code.

-This line, and those below, will be ignored--

M    setup.py
M    Modules/cPickle.c
This commit is contained in:
Guido van Rossum 2006-08-17 22:28:49 +00:00
parent 49d6b07c6b
commit 512ab9f8d3
2 changed files with 41 additions and 4 deletions

View file

@ -430,7 +430,7 @@ class PyBuildExt(build_ext):
# cStringIO and cPickle
exts.append( Extension('cStringIO', ['cStringIO.c']) )
##exts.append( Extension('cPickle', ['cPickle.c']) )
exts.append( Extension('cPickle', ['cPickle.c']) )
# Memory-mapped files (also works on Win32).
if platform not in ['atheos', 'mac']: