Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-111089: Use PyUnicode_AsUTF8() in getargs.c
Replace PyUnicode_AsUTF8AndSize() with PyUnicode_AsUTF8() to remove the explicit check for embedded null characters.
- Loading branch information