]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(). (GH-2599)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 23 Oct 2018 19:58:24 +0000 (22:58 +0300)
committerGitHub <noreply@github.com>
Tue, 23 Oct 2018 19:58:24 +0000 (22:58 +0300)
commitc46db9232f1a6e0e3c33053549d03d4335db9dca
tree72098815b2ebf289beedcfad8d7f2246c507b6bf
parentdf13df41a25765d8a39a77220691698498e758d4
bpo-30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(). (GH-2599)

They no longer cache the wchar_t* representation of string objects.
Misc/NEWS.d/next/C API/2017-10-12-23-24-27.bpo-30863.xrED19.rst [new file with mode: 0644]
Objects/unicodeobject.c