Lines Matching full:__new__
801 rejects builtin types with not defined __new__.
1718 __new__() method.
4269 - Issue #11627: Fix segfault when __new__ on an exception returns a
10697 - Bug #1683368: The object.__init__() and object.__new__() methods are
10703 as supported by type.__new__().
10738 - Patch #1675981: remove unreachable code from ``type.__new__()``