[issue18005] faster modular exponentiation in some cases

Mark Dickinson report at bugs.python.org
Sat May 18 13:13:15 CEST 2013


Mark Dickinson added the comment:

Sorry, I'm rejecting this.  This sort of micro-optimization for a little-used operation doesn't belong in Python.  For applications that need it, use gmpy2.

----------
resolution:  -> rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list