Christian Heimes added the comment: I can no longer reproduce the crash with:
>>> def func(): pass ... >>> call = func.__call__ >>> while True: ... call = call.__call__ Tested with 2.7, 3.5 and 3.6dev. ---------- nosy: +christian.heimes resolution: -> works for me status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9743> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com