mirror of
https://github.com/python/cpython.git
synced 2025-07-29 22:24:49 +00:00
Prepare collections module for pure python code entries.
This commit is contained in:
parent
3035d2397f
commit
eb9798892d
6 changed files with 10 additions and 7 deletions
2
setup.py
2
setup.py
|
@ -370,7 +370,7 @@ class PyBuildExt(build_ext):
|
|||
# fast iterator tools implemented in C
|
||||
exts.append( Extension("itertools", ["itertoolsmodule.c"]) )
|
||||
# high-performance collections
|
||||
exts.append( Extension("collections", ["collectionsmodule.c"]) )
|
||||
exts.append( Extension("_collections", ["_collectionsmodule.c"]) )
|
||||
# bisect
|
||||
exts.append( Extension("_bisect", ["_bisectmodule.c"]) )
|
||||
# heapq
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue