Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Crash in ``Py_AtExit()`` callback -> ``PyMem_Free`` (the GIL isn't held at this point anymore, and Python 3.12 seems to have become more strict about this..). So we cannot use the Python memory allocator for ``nb_internals`` members anymore.
- Loading branch information