Message1792

Author cgroves
Recipients
Date 2007-08-01.05:55:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The null was actually caused by my conversion of __builtin__.java to use function sets instead of reflection.  I was returning null for functions that didn't return anything and I should have been returning Py.None.  That's fixed as of r3375, so I rolled back the initial fix for this. 
History
Date User Action Args
2008-02-20 17:17:56adminlinkissue1758838 messages
2008-02-20 17:17:56admincreate