pytries / datrie

Fast, efficiently stored Trie for Python. Uses libdatrie.
http://pypi.python.org/pypi/datrie/
GNU Lesser General Public License v2.1
530 stars 88 forks source link

Update C files to add Python 3.7 compatibility #65

Closed jdufresne closed 5 years ago

jdufresne commented 5 years ago

Built using Cython 0.29.2.

Fixes #52

jdufresne commented 5 years ago

Rebased to resolve merge conflicts. Thanks. :slightly_smiling_face: