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 ncoghlan
Recipients ncoghlan
Date 2019-04-19.01:14:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555636467.53.0.732227308488.issue36665@roundup.psfhosted.org>
In-reply-to
Content
The ``sys`` import gets cleared as well (accidentally omitted from the previous comment):

```
>>> sys
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'sys' is not defined
```
History
Date User Action Args
2019-04-19 01:14:27ncoghlansetrecipients: + ncoghlan
2019-04-19 01:14:27ncoghlansetmessageid: <1555636467.53.0.732227308488.issue36665@roundup.psfhosted.org>
2019-04-19 01:14:27ncoghlanlinkissue36665 messages
2019-04-19 01:14:27ncoghlancreate