From: Barry Warsaw Date: Mon, 5 Dec 2011 21:50:41 +0000 (-0500) Subject: - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix X-Git-Tag: v3.3.0a1~675 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04f6974d84e8054e0aafe5bceef8d5dca14a65d5;p=thirdparty%2FPython%2Fcpython.git - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix given by Campbell Barton). --- 04f6974d84e8054e0aafe5bceef8d5dca14a65d5 diff --cc Misc/NEWS index fbf18ccd9196,e65e8054b4a0..f941c63128f8 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,10 -10,9 +10,13 @@@ What's New in Python 3.3 Alpha 1 Core and Builtins ----------------- + - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix + given by Campbell Barton). + +- Issue #13503: Use a more efficient reduction format for bytearrays with + pickle protocol >= 3. The old reduction format is kept with older protocols + in order to allow unpickling under Python 2. Patch by Irmen de Jong. + - Issue #7111: Python can now be run without a stdin, stdout or stderr stream. It was already the case with Python 2. However, the corresponding sys module entries are now set to None (instead of an unusable file object).