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.
aisk pushed a commit to aisk/cpython that referenced this pull request
…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
…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters