This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients roger.serwy, terry.reedy
Date 2012-07-10.04:17:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341893826.72.0.616115060955.issue15313@psf.upfronthosting.co.za>
In-reply-to
Content
And possibly change the except clause. The except clause at PyShell 1245 was 'pass', which masked the issue of #13532 and was changed to 'raise' to effectively remove the try: except: to make the unknown problem more visible. It should perhaps be really removed if and when all calls to PyShell.write(s) are properly guarded to make sure 's' is writable.
History
Date User Action Args
2012-07-10 04:17:06terry.reedysetrecipients: + terry.reedy, roger.serwy
2012-07-10 04:17:06terry.reedysetmessageid: <1341893826.72.0.616115060955.issue15313@psf.upfronthosting.co.za>
2012-07-10 04:17:06terry.reedylinkissue15313 messages
2012-07-10 04:17:05terry.reedycreate