]> granicus.if.org Git - python/commit
- Changed new-style class instantiation so that when C's __new__
authorGuido van Rossum <guido@python.org>
Sat, 6 Apr 2002 01:05:01 +0000 (01:05 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 6 Apr 2002 01:05:01 +0000 (01:05 +0000)
commit8ace1ab53a49d90d66e8a03491a272c70ad4eb46
treed08f5976ad3e74100608cade6362c0ad41be1099
parent181e41ad4064cc94b9f41ce49ee541a132f93615
- Changed new-style class instantiation so that when C's __new__
  method returns something that's not a C instance, its __init__ is
  not called.  [SF bug #537450]
Lib/test/test_descr.py
Misc/NEWS
Objects/typeobject.c