]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Lots of small changes related to access.
authorGuido van Rossum <guido@python.org>
Fri, 21 May 1993 19:56:10 +0000 (19:56 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 21 May 1993 19:56:10 +0000 (19:56 +0000)
commitb3f7258f14cb2f3e52236a4087ed82541a173e7b
tree4bb2d9aa0d0dbdd7fca7fdb22eaa80c98b27cbb7
parent81daa32c15cfa9f05eda037916cdbfd5b4323431
* 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!)
Grammar/Grammar
Include/accessobject.h
Include/classobject.h
Objects/accessobject.c
Objects/classobject.c
Objects/methodobject.c
Python/ceval.c