From: Richard Oudkerk Date: Mon, 15 Jul 2013 15:10:28 +0000 (+0100) Subject: Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). X-Git-Tag: v3.4.0a1~211 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ba6962a041c94773ca250aa2e103f153666a11c;p=thirdparty%2FPython%2Fcpython.git Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). --- 9ba6962a041c94773ca250aa2e103f153666a11c diff --cc Misc/NEWS index 78d55ea81bcb,56ebe918fc43..b9b2f487aa65 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,9 -12,8 +10,11 @@@ 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 ...``. + - Issue #17872: Fix a segfault in marshal.load() when input stream returns more bytes than requested.