darvid / python-hyperscan

🐍 A CPython extension for the Hyperscan regular expression matching library.
https://python-hyperscan.readthedocs.io/en/latest/
MIT License
168 stars 29 forks source link

hs_compile_ext_multi should be called with GIL released #12

Closed gandalf013 closed 5 years ago

gandalf013 commented 5 years ago

Since hs_compile_ext_multi can take a while, and since it doesn't need to hold the GIL, it might be nice to call this method with GIL released.