Message8006

Author klondenberg
Recipients klondenberg
Date 2013-05-03.13:41:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367588519.77.0.29985913279.issue2045@psf.upfronthosting.co.za>
In-reply-to
Content
In Py.java, there are the following two static variables which don't seem to get initialized anywhere:

public static StdoutWrapper stderr;
static StdoutWrapper stdout;


This can lead to NullPointerExceptions in PyException.printStackTrace and possibly elsewhere.
History
Date User Action Args
2013-05-03 13:41:59klondenbergsetrecipients: + klondenberg
2013-05-03 13:41:59klondenbergsetmessageid: <1367588519.77.0.29985913279.issue2045@psf.upfronthosting.co.za>
2013-05-03 13:41:59klondenberglinkissue2045 messages
2013-05-03 13:41:59klondenbergcreate