summaryrefslogtreecommitdiff
path: root/tests/basics/object_new.py
AgeCommit message (Expand)Author
2015-05-04py: Check that arg to object.__new__ is a user-defined type.Damien George
2014-05-22py: Initial attempts to actually allow implementing __new__ in Python.Paul Sokolovsky