WojciechMula / pyahocorasick

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

Confused #61

Closed woakesd closed 7 years ago

woakesd commented 7 years ago

The attached works for me in 3.5.3 64 bit. but as my comment says commenting out the trace in Automaton.c makes it fail.

WojciechMula commented 7 years ago

David, thank you. It's strange, but there is obviously some error in the code.