mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
* Lots of small changes related to access.
* Added "access *: ...", made access work for class methods. * Introduced subclass check: make sure that when calling ClassName.methodname(instance, ...), the instance is an instance of ClassName or of a subclass thereof (this might break some old code!)
This commit is contained in:
parent
81daa32c15
commit
b3f7258f14
7 changed files with 112 additions and 49 deletions
|
@ -50,5 +50,6 @@ int setaccessvalue PROTO((object *, object *, object *));
|
|||
|
||||
void setaccessowner PROTO((object *, object *));
|
||||
object *cloneaccessobject PROTO((object *));
|
||||
int hasaccessvalue PROTO((object *));
|
||||
|
||||
extern typeobject Anynumbertype, Anysequencetype, Anymappingtype;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue