Skip to content
Snippets Groups Projects
Commit 806ea1f6 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

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.
parent 0c937fa2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment