R. David Murray added the comment:
This is the same as issue 15113. If you delete __builtins__, don't expect
Python to work.
--
nosy: +r.david.murray
resolution: -> duplicate
stage: -> committed/rejected
status: open -> closed
superseder: -> IDLE Shell: delattr(__builtins__,"getatt
New submission from Tyler Crompton :
Doing one of the following crashes Python.
del __builtins__
a{Tab}
or
builtins = __builtins__
del __builtins__
a{Tab}
If you do a print screen, immediately, you will see the following error:
*** Internal Error: rpc.py:SocketIO.loca