David Gidwani

Results 54 comments of David Gidwani

this is in work, will be moving to [scikit-build-core](https://scikit-build-core.readthedocs.io/en/latest/) as the build system; although the latest release should be statically linked to HS for at least manylinux/musllinux compatible systems, so...

would you mind trying to build with ``cibuildwheel`` from the ``feat/156-windows-support`` branch? see: https://github.com/darvid/python-hyperscan/issues/156#issuecomment-2640881988 e.g. ```shell pipx install cibuildwheel cibuildwheel --only=cp313-manylinux_x86_64 # or whatever platform tag ``` just pushed to...

apologies for the delay. i'll try to reproduce but are you by chance running scan multithreaded with a shared db? that error seems strange given the sample code. from the...

yeah you need HS_FLAG_SOM_LEFTMOST, that's the same behavior as hyperscan i think