Message361049
| 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:46 | vstinner | set | recipients:
+ vstinner, ezio.melotti, serhiy.storchaka |
| 2020-01-30 12:07:45 | vstinner | set | messageid: <1580386065.99.0.358703690843.issue39500@roundup.psfhosted.org> |
| 2020-01-30 12:07:45 | vstinner | link | issue39500 messages |
| 2020-01-30 12:07:45 | vstinner | create | |
|