Add __self__ and __self_class__ property accessor for super
#3610
Labels
good first issue
Good for newcomers


Feature
Add
__self__and__self_class__forPySuper. Please refer this PR #3601For now,
objfield in RustPython have both forobjandobj_typein cpython. See below linkPython Documentation
https://github.com/python/cpython/blob/main/Objects/typeobject.c#L8755-L8772
The text was updated successfully, but these errors were encountered: