You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Handle the `PyType` reference in `OverloadMapper` and `MethodBinding` in the
same way as the object reference
- Unconditionally store the `PyType` of the object
- Introduce `NewReference` helper function for the object and type
passing
- Fix the remaining missing reference count bump for the type
(`MethodObject`)
- As the count is now correct, `Dispose` the type as well
0 commit comments