[issue34346] dir() hangs interpreter

2018-08-06 Thread Chris Fuller
Chris Fuller added the comment: It hangs, and on Cygwin it dumped core when I hit ctrl-break. I uploaded a revised script. It';s a heisenbug, all I did was removed the unused splat method. -- ___ Python tracker <https://bugs.python.

[issue34346] dir() hangs interpreter

2018-08-06 Thread Chris Fuller
Change by Chris Fuller : Removed file: https://bugs.python.org/file47731/splat.py ___ Python tracker <https://bugs.python.org/issue34346> ___ ___ Python-bugs-list mailin

[issue34346] dir() hangs interpreter

2018-08-06 Thread Chris Fuller
Change by Chris Fuller : Added file: https://bugs.python.org/file47732/splat.py ___ Python tracker <https://bugs.python.org/issue34346> ___ ___ Python-bugs-list mailin

[issue34346] dir() hangs interpreter

2018-08-06 Thread Chris Fuller
New submission from Chris Fuller : It's a little obscure. Nothing to get alarmed about, probably. It involves recursion and __getattr__() during object creation. Only present with 2.7 new-style classes. Old-style 2.7 did not exhibit this behavior nor did 3.x. Checked on Linux/Cygwin/Windows