Terry J. Reedy <tjre...@udel.edu> added the comment:

> 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)
>>>

----------
nosy: +terry.reedy

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39182>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to