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 | bdc7e69f42fbb769f96fb970c9883a9a0c953b71 (patch) | |
tree | 1c161da68f19274547326b9c2fc34a5a90496609 /Misc | |
parent | 0085a2407574a4af46019bee279895bdafbd76b8 (diff) | |
download | cpython-bdc7e69f42fbb769f96fb970c9883a9a0c953b71.zip cpython-bdc7e69f42fbb769f96fb970c9883a9a0c953b71.tar.gz cpython-bdc7e69f42fbb769f96fb970c9883a9a0c953b71.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.0 Release Candidate 3? Core and Builtins ----------------- +- Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap(). + - Issue #15926: Fix crash after multiple reinitializations of the interpreter. - Issue #15895: Fix FILE pointer leak in one error branch of |