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 abarry
Recipients Rosuav, abarry, ethan.furman
Date 2016-04-22.02:47:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461293238.58.0.642205422047.issue26823@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, can't handle mutually recursive functions. I could maybe check for the last two or three functions, but that seems like unnecessary work for something that might not happen as often (I can see it being the case with e.g. __getattr__ though).

If enough people think it should keep track of all or most functions being called, I can do it.
History
Date User Action Args
2016-04-22 02:47:18abarrysetrecipients: + abarry, ethan.furman, Rosuav
2016-04-22 02:47:18abarrysetmessageid: <1461293238.58.0.642205422047.issue26823@psf.upfronthosting.co.za>
2016-04-22 02:47:18abarrylinkissue26823 messages
2016-04-22 02:47:18abarrycreate