mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +00:00
Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!
This commit is contained in:
parent
693291ba23
commit
d66595fe42
8 changed files with 50 additions and 33 deletions
2
setup.py
2
setup.py
|
@ -176,7 +176,7 @@ class PyBuildExt(build_ext):
|
|||
# access to the builtin codecs and codec registry
|
||||
exts.append( Extension('_codecs', ['_codecsmodule.c']) )
|
||||
# Python C API test module
|
||||
exts.append( Extension('_test', ['_testmodule.c']) )
|
||||
exts.append( Extension('_testcapi', ['_testcapimodule.c']) )
|
||||
# static Unicode character database
|
||||
exts.append( Extension('unicodedata', ['unicodedata.c']) )
|
||||
# access to ISO C locale support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue