[issue38474] digit check logic can be replaced by Py_ISDIGIT on prepare_s

Mark Dickinson report at bugs.python.org
Wed Oct 16 02:28:01 EDT 2019


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

> Rewriting all this code just because we have Py_ISDIGIT() is a code churn.

I'm inclined to agree: the current code works and is efficient; there's no strong reason to change it.

----------

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


More information about the Python-bugs-list mailing list