[issue9744] calling __getattribute__ with wrong instance causes hang up

2010-09-02 Thread Lily
Changes by Lily <2ch.ow...@gmail.com>: -- versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/issue9744> ___ ___ Python-bugs-list mailing list

[issue9744] calling __getattribute__ with wrong instance causes hang up

2010-09-02 Thread Lily
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

[issue9743] __call__.__call__ chain cause crash when long enough

2010-09-02 Thread Lily
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.