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 vstinner
Recipients serhiy.storchaka, vstinner
Date 2020-05-11.21:06:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589231177.55.0.87671391151.issue40596@roundup.psfhosted.org>
In-reply-to
Content
My previous change on this function:

commit f3e7ea5b8c220cd63101e419d529c8563f9c6115
Author: Victor Stinner <vstinner@python.org>
Date:   Tue Feb 11 14:29:33 2020 +0100

    bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397)
    
    PyUnicode_IsIdentifier() does not call Py_FatalError() anymore if the
    string is not ready.
History
Date User Action Args
2020-05-11 21:06:17vstinnersetrecipients: + vstinner, serhiy.storchaka
2020-05-11 21:06:17vstinnersetmessageid: <1589231177.55.0.87671391151.issue40596@roundup.psfhosted.org>
2020-05-11 21:06:17vstinnerlinkissue40596 messages
2020-05-11 21:06:17vstinnercreate