]> granicus.if.org Git - python/commitdiff
Issue #14435: Add Misc/NEWS and Misc/ACKS
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Sat, 31 Mar 2012 13:08:11 +0000 (13:08 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Sat, 31 Mar 2012 13:08:11 +0000 (13:08 +0000)
Misc/ACKS
Misc/NEWS

index 632d004f511750438f0939ecb88074d9943bbad2..873e8229291cd4e79955362f7203562a830ba70e 100644 (file)
--- 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
index 2deb75133e0fc3c282d9b9edb4cbbf2dca745668..a7ab2dca726cc29772d8fb3466b77e656d4eee6e 100644 (file)
--- 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
 -------