Dong-hee Na <donghee.n...@gmail.com> added the comment:

> What is the benefit of such change?


I think that if an API is implemented for a specific purpose,
it should be used. This will help us to maintain code quality.

Especially in the case of pointed out logics,
since Py_ISDIGIT is exactly what we want to do, 
By replacing this logic, we can reduce unnecessary mistakes when someone 
modifies the logic.

This is, of course, my personal opinion.
I think it may be different from the policies of the core developers.

Thank you

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38474>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to