summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/class_super_object.py
Commit message (Collapse)AuthorAge
* tests/basic/[a-f]*: Make skippable.Paul Sokolovsky2017-02-15
| | | | For small ports which don't have all features enabled.
* objtype: super: Fall back to "object" lookup as last resort.Paul Sokolovsky2014-05-21
Also, define object.__init__() (semantically empty, purely CPython compat measure). Addresses #520.