rhpvorderman / sequali

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

Fix memory leak when creating FastqRecordArrayView #189

Closed rhpvorderman closed 3 months ago

rhpvorderman commented 3 months 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.