Message798

Author leouserz
Recipients
Date 2007-01-16.18:50:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
arghhh... ! This is a maddening problem.  It seems that the PyReflectedConstructor being returned for the Super one is the Object constructor.  It finds it in its bases.  In Super2 it doesn't find it and things go bad.  This is ugly, the real direct constructor call does not go against the Super2.__init__, this appears to be redirected to the pySubclass java constructor which can invoke the protected constructor.  Too much dancing around...

leouser
History
Date User Action Args
2008-02-20 17:17:12adminlinkissue649582 messages
2008-02-20 17:17:12admincreate