Changes by Lily <2ch.ow...@gmail.com>:
--
versions: +Python 2.6
___
Python tracker
<http://bugs.python.org/issue9744>
___
___
Python-bugs-list mailing list
New submission from Lily <2ch.ow...@gmail.com>:
Look for example file.
Current behaviour: one file is started, A.__getattribute__ will be called
repeatedly. Entire application will not react on KeyboardInterrupt.
Expected behaviour: exception to be raised "TypeError: unb
New submission from Lily <2ch.ow...@gmail.com>:
Recursively getting __call__ method from existing __call__ causes interpreter
infinitely grow in memory and calling resulting
__call__.__call__...__call__.__call__() chain results in crash.
Platform: Windows 7 (x64)
Version: Python 2.