mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
compile _bytesio and _stringio into the binary and initalize stdio before site fixing #3279
Reviewer: Alexandre Vassalotti
This commit is contained in:
parent
a741ebf8a1
commit
791dc2f32c
4 changed files with 9 additions and 5 deletions
3
setup.py
3
setup.py
|
|
@ -439,9 +439,6 @@ class PyBuildExt(build_ext):
|
|||
exts.append( Extension('operator', ['operator.c']) )
|
||||
# _functools
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue