Branch: refs/heads/master Home: https://github.com/python/cpython Commit: e613e6add5f07ff6aad5802924596b631b707d2a https://github.com/python/cpython/commit/e613e6add5f07ff6aad5802924596b631b707d2a Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年06月27日 (2017年6月27日) Changed paths: M Doc/c-api/unicode.rst M Doc/whatsnew/3.7.rst M Lib/ctypes/test/test_slicing.py M Misc/NEWS M Modules/_io/winconsoleio.c M Objects/unicodeobject.c Log Message: ----------- 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.