Message625

Author bckfnn
Recipients
Date 2002-05-31.12:35:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=4201

Your analysis is correct, the use of newInstance does not
work when there is a python class instance ctor on the stack.

Both python class ctor and newInstance() work correctly,
they just don't mix.

To the best of my knowledge, there is no way to improve the
situation.

History
Date User Action Args
2008-02-20 17:17:04adminlinkissue531256 messages
2008-02-20 17:17:04admincreate