Message8729

Author zyasoft
Recipients amak, daishiharada, fwierzbicki, pjenvey, ssteiner, zyasoft
Date 2014-06-19.06:33:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403159626.93.0.188481675853.issue695383@psf.upfronthosting.co.za>
In-reply-to
Content
Apparently the issue is back even for our JLine-based console, with a new exception thrown in the mix:

$ jython27
Jython 2.7b3+ (default:7516d3820146+, Jun 18 2014, 22:11:17)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.7.0_21
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys; sys.stdin.close()
>>> ValueError: I/O operation on closed file
$

and

$ jython27
Jython 2.7b3+ (default:7516d3820146+, Jun 18 2014, 22:11:17)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.7.0_21
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys; sys.stdout.close()
Exception in thread "main"
Exception: org.python.core.PyException thrown from the UncaughtExceptionHandler in thread "main"
$

No surprise given our recent console cleanup work.
History
Date User Action Args
2014-06-19 06:33:46zyasoftsetmessageid: <1403159626.93.0.188481675853.issue695383@psf.upfronthosting.co.za>
2014-06-19 06:33:46zyasoftsetrecipients: + zyasoft, fwierzbicki, amak, daishiharada, pjenvey, ssteiner
2014-06-19 06:33:46zyasoftlinkissue695383 messages
2014-06-19 06:33:46zyasoftcreate