-
Fix segfault in Python 3.12b4 (#238) · 3abadbb2
In `flo_read` and `flo_write` there were calls to `Py_DECREF` after releasing the GIL. Closes #237
Victor M. Alvarez authored
×
In `flo_read` and `flo_write` there were calls to `Py_DECREF` after releasing the GIL. Closes #237