This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients alex, amaury.forgeotdarc, christian.heimes, eric.araujo, eric.smith, unused-405622
Date 2016-09-08.23:32:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473377549.07.0.653433980944.issue9743@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-09-08 23:32:29christian.heimessetrecipients: + christian.heimes, amaury.forgeotdarc, eric.smith, eric.araujo, alex, unused-405622
2016-09-08 23:32:29christian.heimessetmessageid: <1473377549.07.0.653433980944.issue9743@psf.upfronthosting.co.za>
2016-09-08 23:32:29christian.heimeslinkissue9743 messages
2016-09-08 23:32:29christian.heimescreate