[issue46020] Optimize long_pow for the common case

Tim Peters report at bugs.python.org
Tue Jan 11 21:47:49 EST 2022


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

GH_30555 helps a bit by leaving the giant-exponent table of small odd powers as uninitialized stack trash unless it's actually used.

----------

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


More information about the Python-bugs-list mailing list