rhpvorderman / sequali

Fast sequencing data quality metrics
GNU Affero General Public License v3.0
11 stars 0 forks source link

Fix memory leak when creating FastqRecordArrayView #189

Closed rhpvorderman closed 1 month ago

rhpvorderman commented 1 month ago

Checklist

By using a custom PyObject_NewVar function the arrayview was created without the proper refcount as Py_SET_REFCNT was changed in Python 3.12 to not touch immortal objects.