Refactor descriptor types. #2810
Comments
Let's start with the CPython hierarchy (name => text repr):
Our structure is nothing near. It consists of:
My plan (I might be wrong):
Any other things I've missed? |
It doesn't look important, but About plans:
|
I think #2842 is just |
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ref: #2808 (comment)
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 likePyMethodDescrObject
,PyGetSetDescrObject
andPyWrapperDescrObject
.The text was updated successfully, but these errors were encountered: