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 xdegaye
Recipients vstinner, xdegaye
Date 2017-06-19.12:29:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497875368.43.0.384400860844.issue30696@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is far too simplistic. With this patch an exception kills the interactive loop, for example:

$ ./python -q
>>> x
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'x' is not defined
$
History
Date User Action Args
2017-06-19 12:29:28xdegayesetrecipients: + xdegaye, vstinner
2017-06-19 12:29:28xdegayesetmessageid: <1497875368.43.0.384400860844.issue30696@psf.upfronthosting.co.za>
2017-06-19 12:29:28xdegayelinkissue30696 messages
2017-06-19 12:29:28xdegayecreate