]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Oct 2016 07:18:16 +0000 (10:18 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Oct 2016 07:18:16 +0000 (10:18 +0300)
commitd7e5ff13bb7e6d7f46390f7f6284f30539475d68
tree773b644d15cc556fef459054e64a73a4ca1d55c3
parente402312499a04032e998ef4e280e51f8bb1ebb9b
parentc4a3e90aa8903d35a7b07e751a878fbd8326799e
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
Misc/NEWS
Objects/unicodeobject.c