Bug report
Bug description:
There are a lot of places that incorrectly ignore PyObject_VisitManagedDict. This leads to issues during traverse. In our own Python wrapper this did lead to the relation between the dict and it's owning class not getting found
CPython versions tested on:
3.14
Operating systems tested on:
No response
Linked PRs
Bug report
Bug description:
There are a lot of places that incorrectly ignore
PyObject_VisitManagedDict. This leads to issues during traverse. In our own Python wrapper this did lead to the relation between the dict and it's owning class not getting foundCPython versions tested on:
3.14
Operating systems tested on:
No response
Linked PRs