Skip to content

bpo-39500: Document PyUnicode_IsIdentifier() function#18280

Closed
vstinner wants to merge 4 commits intopython:masterfrom
vstinner:unicode_isidentifier
Closed

bpo-39500: Document PyUnicode_IsIdentifier() function#18280
vstinner wants to merge 4 commits intopython:masterfrom
vstinner:unicode_isidentifier

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Jan 30, 2020

PyUnicode_IsIdentifier() now raises an exception and return -1 on
error, rather than calling Py_FatalError().

https://bugs.python.org/issue39500

PyUnicode_IsIdentifier() now raises an exception and return -1 on
error, rather than calling Py_FatalError().
@vstinner
Copy link
Member Author

@serhiy-storchaka: Since you commented https://bugs.python.org/issue39500 would you mind to review the PR?

@vstinner
Copy link
Member Author

vstinner commented Feb 7, 2020

I abandon this change, replaced with a different approach: PR #18397.

@vstinner vstinner closed this Feb 7, 2020
@vstinner vstinner deleted the unicode_isidentifier branch February 7, 2020 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants