WojciechMula / pyahocorasick

Python module (C extension and plain python) implementing Aho-Corasick algorithm
BSD 3-Clause "New" or "Revised" License
927 stars 122 forks source link

Tentative Cygwin support #124

Closed KoichiYasuoka closed 4 years ago

KoichiYasuoka commented 4 years ago

Cygwin needs PyVarObject_HEAD_INIT(NULL as Windows, but does not need msinttypes/stdint.h.

WojciechMula commented 4 years ago

Thank you very much! Personally I haven't used Cygwin for ages.