Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Objects
unicodeobject.c
Find file
Blame
History
Permalink
bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
· e613e6ad
Serhiy Storchaka
authored
Jun 27, 2017
Raise a ValueError if the second argument is NULL and the wchar_t\* string contains null characters.
e613e6ad