◐ Shell
clean mode source ↗

gh-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() by serhiy-storchaka · Pull Request #110816 · python/cpython

…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

vstinner

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.