• Guido van Rossum's avatar
    * Lots of small changes related to access. · 65ff1ef2
    Guido van Rossum authored
    * 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!)
    65ff1ef2
ceval.c 49.2 KB