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 belopolsky
Recipients Christophe Simonis, belopolsky, jackdied, josh.r, pitrou, rhettinger, vdupras
Date 2014-10-06.23:26:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412638015.43.0.352037584031.issue7830@psf.upfronthosting.co.za>
In-reply-to
Content
I would say that getting "maximum recursion depth exceeded" error from evaluating a deeply nested partial is a bug, but I am not sure we should fix it by flattening partial objects in the constructor or by being smarter at evaluation time.
History
Date User Action Args
2014-10-06 23:26:55belopolskysetrecipients: + belopolsky, rhettinger, pitrou, jackdied, vdupras, Christophe Simonis, josh.r
2014-10-06 23:26:55belopolskysetmessageid: <1412638015.43.0.352037584031.issue7830@psf.upfronthosting.co.za>
2014-10-06 23:26:55belopolskylinkissue7830 messages
2014-10-06 23:26:55belopolskycreate