[issue15383] Autocompletion crashes Python if the __builtins__ module cannot be found.

2012-07-18 Thread R. David Murray
R. David Murray rdmur...@bitdance.com 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:

[issue15383] Autocompletion crashes Python if the __builtins__ module cannot be found.

2012-07-17 Thread Tyler Crompton
New submission from Tyler Crompton gtr...@gmail.com: 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: