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 Dutcho, christian.heimes, steve.dower, terry.reedy
Date 2020-01-04.06:44:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578120258.52.0.713844882007.issue39182@roundup.psfhosted.org>
In-reply-to
Content
> I think this is specific to the interactive prompt.
In IDLE, which simulates interactive mode with repeated 'exec(user_code, namespace)', no error is printed, let alone a loop.

>>> import sys
>>> sys.addaudithook(0)
>>>
History
Date User Action Args
2020-01-04 06:44:18terry.reedysetrecipients: + terry.reedy, christian.heimes, steve.dower, Dutcho
2020-01-04 06:44:18terry.reedysetmessageid: <1578120258.52.0.713844882007.issue39182@roundup.psfhosted.org>
2020-01-04 06:44:18terry.reedylinkissue39182 messages
2020-01-04 06:44:17terry.reedycreate