]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33817: Fix _PyString_Resize() and _PyUnicode_Resize() for empty strings. (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Jan 2019 07:22:52 +0000 (09:22 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Jan 2019 07:22:52 +0000 (09:22 +0200)
commit08a81df05004147ee174ece645679576ab867860
treee476019c267516a9801b28b123aa6a9454e84afb
parent0167c08163f44f4a033497102244bbb6150f606b
bpo-33817: Fix _PyString_Resize() and _PyUnicode_Resize() for empty strings. (GH-11515)
Lib/test/test_str.py
Lib/test/test_unicode.py
Misc/NEWS.d/next/C API/2019-01-11-11-16-36.bpo-33817.qyYxjw.rst [new file with mode: 0644]
Objects/stringobject.c
Objects/unicodeobject.c