[issue1706256] Give Partial the ability to skip positionals

John Ehresman report at bugs.python.org
Tue Feb 3 20:26:12 CET 2009


John Ehresman <jpe at wingware.com> added the comment:

Commenting because this was brought up on python-dev -- I'd like this,
primarily for the string method & itertools optimization.  It's ugly,
but it would be better than writing C code.  The alternative might be to
somehow optimize trivial functions to execute without bytecode, but that
would be considerably harder.

----------
nosy: +jpe

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1706256>
_______________________________________


More information about the Python-bugs-list mailing list