bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
Raise a ValueError if the second argument is NULL and the wchar_t\* string contains null characters.
Showing
Please register or sign in to comment
Raise a ValueError if the second argument is NULL and the wchar_t\* string contains null characters.