Message 141222 - Python tracker

Message141222

Author aliles
Recipients aliles
Date 2011-07-27.12:10:06
SpamBayes Score 6.407395e-05
Marked as misclassified No
Message-id <1311768607.53.0.760039078139.issue12643@psf.upfronthosting.co.za>
In-reply-to
Content
code.InteractiveConsole doesn't match the CPython interactive interpreter with respect to allowing sys.excepthook to handle exceptions. Unlike the interactive interpreter, replacing sys.excepthook with an alternate function will not change exception handling behaviour from inside a code.InteractiveConole

This affects downstream interpreters such as PyPy.
https://bugs.pypy.org/issue811
History
Date User Action Args
2011-07-27 12:10:07alilessetrecipients: + aliles
2011-07-27 12:10:07alilessetmessageid: <1311768607.53.0.760039078139.issue12643@psf.upfronthosting.co.za>
2011-07-27 12:10:06alileslinkissue12643 messages
2011-07-27 12:10:06alilescreate