darvid / python-hyperscan

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

Illegal instruction crash on import #151

Open prot0man opened 5 months ago

prot0man commented 5 months ago

When attempting to import hyperscan (0.7.7) on my machine that has an Intel Xeon E5-2690 CPU, it crashes my Python (3.12) interpreter with an illegal instruction error.

prot0man commented 5 months ago

I understand that my cpu doesn't support avx2, which is required, but I don't think it should crash on import.