Message11992

Author jeff.allen
Recipients jeff.allen
Date 2018-05-17.19:54:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526586850.61.0.682650639539.issue2656@psf.upfronthosting.co.za>
In-reply-to
Content
The last four really intrusive reflective access errors all come from this line where we check whether an apparent filename is actually a tty:
https://hg.python.org/jython/file/61eda8fd9356/src/org/python/util/jython.java#l355

However, there seems no easy fix here without first clarifying the logic of the run() method as a whole. See #2686.
History
Date User Action Args
2018-05-17 19:54:10jeff.allensetmessageid: <1526586850.61.0.682650639539.issue2656@psf.upfronthosting.co.za>
2018-05-17 19:54:10jeff.allensetrecipients: + jeff.allen
2018-05-17 19:54:10jeff.allenlinkissue2656 messages
2018-05-17 19:54:10jeff.allencreate