mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
revert the addition of _pickle because it was causing havok with 64-bit
This commit is contained in:
parent
f501942c76
commit
75f25f2c9a
12 changed files with 126 additions and 4695 deletions
3
setup.py
3
setup.py
|
@ -422,9 +422,6 @@ class PyBuildExt(build_ext):
|
|||
exts.append( Extension("_functools", ["_functoolsmodule.c"]) )
|
||||
# Memory-based IO accelerator modules
|
||||
exts.append( Extension("_bytesio", ["_bytesio.c"]) )
|
||||
exts.append( Extension("_stringio", ["_stringio.c"]) )
|
||||
# C-optimized pickle replacement
|
||||
exts.append( Extension("_pickle", ["_pickle.c"]) )
|
||||
# atexit
|
||||
exts.append( Extension("atexit", ["atexitmodule.c"]) )
|
||||
# _json speedups
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue