Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove circular reference from OverloadedDict
Now KeyOverloads only have a proxy reference to the parent object. This prevents these objects being managed by the generational garbage collector. That was bad since it could keep large AnnData objects in memory. See scverse#360 for more info.
- Loading branch information