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
In RustPython, we have different class structures to CPython. Simply describing, RustPython doesn't have a type corresponding to PyDescrObject and wrapper types using it like PyMethodDescrObject, PyGetSetDescrObject and PyWrapperDescrObject.