]> 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:07:51 +0000 (10:07 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Oct 2016 07:07:51 +0000 (10:07 +0300)
commit77eede35fc4409f3279af0fee91fdfb3fcc5a6ae
treec362437c4771a6989f9a099a711683d5aadd7d64
parent068534ab037236aa80d489383aded87c28553eb0
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
Misc/NEWS
Objects/unicodeobject.c