Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gh-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() #110816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Oct 13, 2023

It already mostly worked, except in the case when invalid keyword argument with non-ASCII name was passed to function with non-ASCII parameter names. Then it crashed in the debug mode.


📚 Documentation preview 📚: https://cpython-previews--110816.org.readthedocs.build/

…ndKeywords()

It already mostly worked, except in the case when invalid keyword
argument with non-ASCII name was passed to function with non-ASCII
parameter names. Then it crashed in the debug mode.
@serhiy-storchaka serhiy-storchaka force-pushed the capi-non-ascii-keyword-parameters branch from 6c154d3 to 5153eb8 Compare October 13, 2023 11:43
Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@serhiy-storchaka serhiy-storchaka merged commit 7284e0e into python:main Oct 14, 2023
@serhiy-storchaka serhiy-storchaka deleted the capi-non-ascii-keyword-parameters branch October 14, 2023 05:50
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…ndKeywords() (pythonGH-110816)

It already mostly worked, except in the case when invalid keyword
argument with non-ASCII name was passed to function with non-ASCII
parameter names. Then it crashed in the debug mode.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…ndKeywords() (pythonGH-110816)

It already mostly worked, except in the case when invalid keyword
argument with non-ASCII name was passed to function with non-ASCII
parameter names. Then it crashed in the debug mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants