Message4152

Author MrMeanie
Recipients MrMeanie
Date 2009-02-21.23:00:14
SpamBayes Score 4.5047028e-07
Marked as misclassified No
Message-id <1235257215.27.0.802535137934.issue1264@psf.upfronthosting.co.za>
In-reply-to
Content
Please find attached a patch that modifies the PyObject._isnot() method.
Provided that my understanding of the usage of the 'javaProxy' field is
correct, this patch should be fine.

(My understanding is, that javaProxy is *only* non-null when the object
is wrapping a Java object; any Python object
(int/bool/float/list/dict/etc) has javaProxy set to null.
History
Date User Action Args
2009-02-21 23:00:15MrMeaniesetmessageid: <1235257215.27.0.802535137934.issue1264@psf.upfronthosting.co.za>
2009-02-21 23:00:15MrMeaniesetrecipients: + MrMeanie
2009-02-21 23:00:15MrMeanielinkissue1264 messages
2009-02-21 23:00:15MrMeaniecreate