Access checks now work, at least for instance data (not for methods
yet). The class is now passed to eval_code and stored in the current frame. It is also stored in instance method objects. An "unbound" instance method is now returned when a function is retrieved through "classname.funcname", which when called passes the class to eval_code.
Showing
Include/accessobject.h
0 → 100644
Objects/accessobject.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment