New submission from Lily <[email protected]>: 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: unbound method __getattribute__() must be called with A instance as first argument (got M instance instead)" Platform: Windows 7 (x64) Version: Python 2.7 (r27: 82525) ---------- components: Interpreter Core files: ###hanger.py messages: 115381 nosy: modchan priority: normal severity: normal status: open title: calling __getattribute__ with wrong instance causes hang up type: crash versions: Python 2.7 Added file: http://bugs.python.org/file18712/###hanger.py _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue9744> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
