Message8729
 
            
            
            
 
   
   
 
 
  
      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.  | 
   
  
 
|
 
| Date | 
User | 
Action | 
Args | 
 
| 2014-06-19 06:33:46 | zyasoft | set | messageid: <1403159626.93.0.188481675853.issue695383@psf.upfronthosting.co.za> |  
| 2014-06-19 06:33:46 | zyasoft | set | recipients:
  + zyasoft, fwierzbicki, amak, daishiharada, pjenvey, ssteiner |  
| 2014-06-19 06:33:46 | zyasoft | link | issue695383 messages |  
| 2014-06-19 06:33:46 | zyasoft | create |  |  
 
 
 |