This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author corona10
Recipients corona10, serhiy.storchaka
Date 2019-10-15.12:56:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571144173.6.0.930289138482.issue38474@roundup.psfhosted.org>
In-reply-to
Content
> 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
History
Date User Action Args
2019-10-15 12:56:13corona10setrecipients: + corona10, serhiy.storchaka
2019-10-15 12:56:13corona10setmessageid: <1571144173.6.0.930289138482.issue38474@roundup.psfhosted.org>
2019-10-15 12:56:13corona10linkissue38474 messages
2019-10-15 12:56:13corona10create