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 josh.r
Recipients Christophe Simonis, belopolsky, jackdied, josh.r, pitrou, rhettinger, vdupras
Date 2014-10-06.21:05:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412629545.89.0.990709101491.issue7830@psf.upfronthosting.co.za>
In-reply-to
Content
If it affects the decision, I just had to debug some code at work that triggered a "excessive recursion" bug because they used functools.partial over and over on the same base function, thinking they could safely replace some keyword bindings over and over. This patch would have prevented the problem.

Any chance of reopening it?
History
Date User Action Args
2014-10-06 21:05:45josh.rsetrecipients: + josh.r, rhettinger, belopolsky, pitrou, jackdied, vdupras, Christophe Simonis
2014-10-06 21:05:45josh.rsetmessageid: <1412629545.89.0.990709101491.issue7830@psf.upfronthosting.co.za>
2014-10-06 21:05:45josh.rlinkissue7830 messages
2014-10-06 21:05:45josh.rcreate