[issue46558] Quadratic time internal base conversions

Tim Peters report at bugs.python.org
Thu Jan 27 22:35:22 EST 2022


Tim Peters <tim at python.org> added the comment:

Changed the code so that inner() only references one of the O(log log n) powers of 2 we actually precomputed (it could get lost before if `lo` was non-zero but within `n` had at least one leading zero bit - now we _pass_ the conceptual width instead of computing it on the fly).

----------
Added file: https://bugs.python.org/file50595/todecstr.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46558>
_______________________________________


More information about the Python-bugs-list mailing list