diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-25 07:07:51 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-25 07:07:51 (GMT) |
commit | 77eede35fc4409f3279af0fee91fdfb3fcc5a6ae (patch) | |
tree | c362437c4771a6989f9a099a711683d5aadd7d64 /Misc | |
parent | 068534ab037236aa80d489383aded87c28553eb0 (diff) | |
download | cpython-77eede35fc4409f3279af0fee91fdfb3fcc5a6ae.zip cpython-77eede35fc4409f3279af0fee91fdfb3fcc5a6ae.tar.gz cpython-77eede35fc4409f3279af0fee91fdfb3fcc5a6ae.tar.bz2 |
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: TBA Core and Builtins ----------------- +- Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug + build. + Library ------- |