Fix segfault in Python 3.12b4 (#238)
In `flo_read` and `flo_write` there were calls to `Py_DECREF` after releasing the GIL. Closes #237
Showing
Please
register
or
sign in
to comment
In `flo_read` and `flo_write` there were calls to `Py_DECREF` after releasing the GIL. Closes #237