diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2013-07-15 15:10:28 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2013-07-15 15:10:28 (GMT) |
commit | 9ba6962a041c94773ca250aa2e103f153666a11c (patch) | |
tree | d3d6cd4c946a86932b8e95c8a1e774fa512fabdb /Misc/NEWS | |
parent | 24c05bc1542d9637550d5253306016412e5119d3 (diff) | |
parent | 9ad51ec81b4fd9e753f92b5d0c840e18c0762c40 (diff) | |
download | cpython-9ba6962a041c94773ca250aa2e103f153666a11c.zip cpython-9ba6962a041c94773ca250aa2e103f153666a11c.tar.gz cpython-9ba6962a041c94773ca250aa2e103f153666a11c.tar.bz2 |
Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- +- Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). + - Issue #18342: Use the repr of a module name when an import fails when using ``from ... import ...``. |