summaryrefslogtreecommitdiff
path: root/tests/basics/class_new.py
AgeCommit message (Collapse)Author
2014-05-22py: Initial attempts to actually allow implementing __new__ in Python.Paul Sokolovsky
Caveat is that __new__ should recurse to base class __new__, and ultimately, object.__new__ is what handles instance allocation.