mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
unicodedatabase.c is no longer needed thanks to Fredrik's patches.
This commit is contained in:
parent
3af7cc034c
commit
14970bea8f
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
@ -141,8 +141,7 @@ class PyBuildExt(build_ext):
|
|||
# access to the builtin codecs and codec registry
|
||||
exts.append( Extension('_codecs', ['_codecsmodule.c']) )
|
||||
# static Unicode character database
|
||||
exts.append( Extension('unicodedata',
|
||||
['unicodedata.c', 'unicodedatabase.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue