diff options
author | Christian Heimes <christian@cheimes.de> | 2012-09-11 12:03:25 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2012-09-11 12:03:25 (GMT) |
commit | 5f520f4fed072561c5782e505284c63093b5b20d (patch) | |
tree | 2ca8cdcf4b4b5f5060dedf86d12b9b38c2275ea2 /Misc | |
parent | e4eee73293621dd7cbf172a8f6d41a1629dd9307 (diff) | |
download | cpython-5f520f4fed072561c5782e505284c63093b5b20d.zip cpython-5f520f4fed072561c5782e505284c63093b5b20d.tar.gz cpython-5f520f4fed072561c5782e505284c63093b5b20d.tar.bz2 |
Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap()
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.3.1 Core and Builtins ----------------- +- Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap(). + - Issue #15839: Convert SystemErrors in super() to RuntimeErrors. - Issue #15846: Fix SystemError which happened when using ast.parse in an |