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 serhiy.storchaka
Recipients ezio.melotti, serhiy.storchaka, vstinner
Date 2020-01-30.21:54:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580421271.32.0.793083425637.issue39500@roundup.psfhosted.org>
In-reply-to
Content
It is not convenient to check the result for error. After we remove support of old PyUnicode API, PyUnicode_IsIdentifier() will be always succeeded.

Note that PyUnicode_IsIdentifier() still can crash if you pass a non-PyUnicode object or NULL. It is a prerequisite of this function that the argument must be a PyUnicode object. Add just yet one condition: it must be a ready PyUnicode object.
History
Date User Action Args
2020-01-30 21:54:31serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti
2020-01-30 21:54:31serhiy.storchakasetmessageid: <1580421271.32.0.793083425637.issue39500@roundup.psfhosted.org>
2020-01-30 21:54:31serhiy.storchakalinkissue39500 messages
2020-01-30 21:54:31serhiy.storchakacreate