From: Kristján Valur Jónsson Date: Sat, 31 Mar 2012 13:08:11 +0000 (+0000) Subject: Issue #14435: Add Misc/NEWS and Misc/ACKS X-Git-Tag: v3.3.0a2~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4bb972839143be004673bfa788739d1c1bfd49d;p=thirdparty%2FPython%2Fcpython.git Issue #14435: Add Misc/NEWS and Misc/ACKS --- diff --git a/Misc/ACKS b/Misc/ACKS index 632d004f5117..873e8229291c 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -507,6 +507,7 @@ Jeremy Jones Richard Jones Irmen de Jong Lucas de Jonge +Kristján Valur Jónsson Jens B. Jorgensen John Jorgensen Sijin Joseph diff --git a/Misc/NEWS b/Misc/NEWS index 2deb75133e0f..a7ab2dca726c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -31,6 +31,9 @@ Core and Builtins - Issue #14220: When a generator is delegating to another iterator with the yield from syntax, it needs to have its ``gi_running`` flag set to True. +- Issue #14435: Remove dedicated block allocator from floatobject.c and rely + on the PyObject_Malloc() api like all other objects. + Library -------