[issue14339] Optimizing bin, oct and hex

Mark Dickinson report at bugs.python.org
Fri Apr 20 22:23:28 CEST 2012


Mark Dickinson <dickinsm at gmail.com> added the comment:

Thanks for the patch. I made some minor changes, notably moving the overflow check closer to where it's needed, moving some comments around, and removing a (possibly inappropriate) PyErr_NoMemory call.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list