[x] Pull request details were added to CHANGELOG.rst
[ ] Documentation was updated (if needed)
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.
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.