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 ezio.melotti, serhiy.storchaka, vstinner
Date 2020-01-30.12:07:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580386065.99.0.358703690843.issue39500@roundup.psfhosted.org>
In-reply-to
Content
> They are bad examples, but can't be changed for backward compatibility.

I don't think that we should follow these bad examples :-) IMO ignoring silently bugs is a bad programming practice.

I don't expect PyUnicode_IsIdentifier() to be used outside Python. If it's used, I don't see why it would be a "non-ready string" in practice. The risk of regression is very close to zero. If it happens, it's no longer our fault, since I documented the behavior change ;-) Again, right now, Python does crash if this corner case occurs...
History
Date User Action Args
2020-01-30 12:07:46vstinnersetrecipients: + vstinner, ezio.melotti, serhiy.storchaka
2020-01-30 12:07:45vstinnersetmessageid: <1580386065.99.0.358703690843.issue39500@roundup.psfhosted.org>
2020-01-30 12:07:45vstinnerlinkissue39500 messages
2020-01-30 12:07:45vstinnercreate