rasterio / rasterio-wheels

MIT License
11 stars 16 forks source link

Rel 1.3.8.post1 #110

Closed sgillies closed 11 months ago

sgillies commented 1 year ago

Reverting to Cython < 3 didn't work. I still see the segmentation fault in test_compdcs.

sgillies commented 1 year ago

Hold on, Windows wheels tests passed for Python 3.8-3.11 after reverting to Cython 0.29: https://github.com/rasterio/rasterio-wheels/actions/runs/6237503716.

sgillies commented 1 year ago

@snowman2 thanks for spotting the problem! Indeed, removing the extra instance of _matches prevents the segmentation fault on Linux. I'm testing Windows now.

snowman2 commented 1 year ago

@snowman2 thanks for spotting the problem! Indeed, removing the extra instance of _matches prevents the segmentation fault on Linux. I'm testing Windows now.

I am glad that it addressed the issue. That one was a challenge to find 😀