Message2368

Author pedronis
Recipients
Date 2004-02-25.14:05:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=61408

I see, but CPython code tries to avoid segmentation faults
and memory corruption, OTOH for code called from java if
someone passes a null or something wich will fail a cast,
they will get a NullPointerException or Cast* which is fine,
like it happens also with other java libraries

What we are interested in is to avoid that Jython side code
sees /can trigger such exceptions.
History
Date User Action Args
2008-02-20 17:18:24adminlinkissue903723 messages
2008-02-20 17:18:24admincreate