Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchakaserhiy-storchaka commentedOct 13, 2023
edited by github-actionsbot
Loading

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 keywordargument with non-ASCII name was passed to function with non-ASCIIparameter names. Then it crashed in the debug mode.
@serhiy-storchakaserhiy-storchakaforce-pushed thecapi-non-ascii-keyword-parameters branch from6c154d3 to5153eb8CompareOctober 13, 2023 11:43
Copy link
Member

@vstinnervstinner 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-storchakaserhiy-storchaka merged commit7284e0e intopython:mainOct 14, 2023
@serhiy-storchakaserhiy-storchaka deleted the capi-non-ascii-keyword-parameters branchOctober 14, 2023 05:50
aisk pushed a commit to aisk/cpython that referenced this pull requestFeb 11, 2024
…ndKeywords() (pythonGH-110816)It already mostly worked, except in the case when invalid keywordargument with non-ASCII name was passed to function with non-ASCIIparameter names. Then it crashed in the debug mode.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull requestSep 2, 2024
…ndKeywords() (pythonGH-110816)It already mostly worked, except in the case when invalid keywordargument with non-ASCII name was passed to function with non-ASCIIparameter names. Then it crashed in the debug mode.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@vstinnervstinnervstinner approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@serhiy-storchaka@vstinner

[8]ページ先頭

©2009-2025 Movatter.jp