summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2013-06-10 14:38:54 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2013-06-10 14:38:54 (GMT)
commit409f90237c07d2365f6e0b527071e74415c073f3 (patch)
tree67c2de474717185c2d2981f0ff9b8ca9823b6e9b /Misc
parenta822d366750ea0817276f35fd3adcd894472a70a (diff)
downloadcpython-409f90237c07d2365f6e0b527071e74415c073f3.zip
cpython-409f90237c07d2365f6e0b527071e74415c073f3.tar.gz
cpython-409f90237c07d2365f6e0b527071e74415c073f3.tar.bz2
Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 58ae9ba..a204bb3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.3.3 release candidate 1?
Core and Builtins
-----------------
+- Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows().
+
- Issue #18038: SyntaxError raised during compilation sources with illegal
encoding now always contains an encoding name.