| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
According to official documentation for defining extension types, if they are to support weak references, they must clear weak reference list associated with the instance in tp_clear. Extension types were missed in pythonnet#1758 ( 50da522 )
| Back | FazBrowse Home | New Git URL |
Extension types were missed in #1758
What does this implement/fix? Explain your changes.
Clears weakref list in extension type instances when they are destroyed