Josh Rosenberg added the comment:

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?

----------
nosy: +josh.rosenberg

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7830>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to