mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
the ucnhash module is no longer used
This commit is contained in:
parent
06d126803c
commit
ade711a5c3
1 changed files with 46 additions and 48 deletions
2
setup.py
2
setup.py
|
@ -161,8 +161,6 @@ class PyBuildExt(build_ext):
|
||||||
exts.append( Extension('_codecs', ['_codecsmodule.c']) )
|
exts.append( Extension('_codecs', ['_codecsmodule.c']) )
|
||||||
# static Unicode character database
|
# static Unicode character database
|
||||||
exts.append( Extension('unicodedata', ['unicodedata.c']) )
|
exts.append( Extension('unicodedata', ['unicodedata.c']) )
|
||||||
# Unicode Character Name expansion hash table
|
|
||||||
exts.append( Extension('ucnhash', ['ucnhash.c']) )
|
|
||||||
# access to ISO C locale support
|
# access to ISO C locale support
|
||||||
exts.append( Extension('_locale', ['_localemodule.c']) )
|
exts.append( Extension('_locale', ['_localemodule.c']) )
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue