[Python-checkins] cpython: Issue #14435: Add Misc/NEWS and Misc/ACKS

kristjan.jonsson python-checkins at python.org
Sat Mar 31 15:10:19 CEST 2012


http://hg.python.org/cpython/rev/10fcaf5903e6
changeset:   76010:10fcaf5903e6
user:        Kristján Valur Jónsson <kristjan at ccpgames.com>
date:        Sat Mar 31 13:08:11 2012 +0000
summary:
  Issue #14435: Add Misc/NEWS and Misc/ACKS

files:
  Misc/ACKS |  1 +
  Misc/NEWS |  3 +++
  2 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Misc/ACKS b/Misc/ACKS
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -507,6 +507,7 @@
 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
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,9 @@
 - 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
 -------
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list