Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 14970be

Browse files
committed
unicodedatabase.c is no longer needed thanks to Fredrik's patches.
1 parent 3af7cc0 commit 14970be

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ def detect_modules(self):
141141
# access to the builtin codecs and codec registry
142142
exts.append( Extension('_codecs', ['_codecsmodule.c']) )
143143
# static Unicode character database
144-
exts.append( Extension('unicodedata',
145-
['unicodedata.c', 'unicodedatabase.c']) )
144+
exts.append( Extension('unicodedata', ['unicodedata.c']) )
146145
# Unicode Character Name expansion hash table
147146
exts.append( Extension('ucnhash', ['ucnhash.c']) )
148147
# access to ISO C locale support

0 commit comments

Comments
 (0)