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
Should all pyclasses be weakref-able?
Should none of the them be?
Should it be case-by-case basis? If so, what are the criteria? Write them down for contributors' reference.
The text was updated successfully, but these errors were encountered:
Means adding weakref to the pyclass annotation.
https://pyo3.rs/main/class#customizing-the-class
Should all pyclasses be weakref-able?
Should none of the them be?
Should it be case-by-case basis? If so, what are the criteria? Write them down for contributors' reference.
The text was updated successfully, but these errors were encountered: