Message8036

Author santa4nt
Recipients klondenberg, santa4nt
Date 2013-05-31.16:38:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370018316.2.0.542470972414.issue2045@psf.upfronthosting.co.za>
In-reply-to
Content
These seem to be initialized in PySystemState#initStaticFields():

        // Setup standard wrappers for stdout and stderr...
        Py.stderr = new StderrWrapper();
        Py.stdout = new StdoutWrapper();

(lines 959-61 in PySystemState.java).
History
Date User Action Args
2013-05-31 16:38:36santa4ntsetmessageid: <1370018316.2.0.542470972414.issue2045@psf.upfronthosting.co.za>
2013-05-31 16:38:36santa4ntsetrecipients: + santa4nt, klondenberg
2013-05-31 16:38:36santa4ntlinkissue2045 messages
2013-05-31 16:38:35santa4ntcreate