mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
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:
parent
49d6b07c6b
commit
512ab9f8d3
2 changed files with 41 additions and 4 deletions
2
setup.py
2
setup.py
|
@ -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']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue