py: Initial attempts to actually allow implementing __new__ in Python.
Caveat is that __new__ should recurse to base class __new__, and ultimately, object.__new__ is what handles instance allocation.
tests/basics/class_new.py
0 → 100644
tests/basics/object_new.py
0 → 100644
Please register or sign in to comment