mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
b3f7258f14
* 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!)