diff options
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2012-03-31 13:08:11 (GMT) |
---|---|---|
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2012-03-31 13:08:11 (GMT) |
commit | d4bb972839143be004673bfa788739d1c1bfd49d (patch) | |
tree | 8278a3dc9a58260c571f1815afb6d1bcd8c1b596 | |
parent | 69c2ffa3f3203335733761df4dc62eae46e2a1aa (diff) | |
download | cpython-d4bb972839143be004673bfa788739d1c1bfd49d.zip cpython-d4bb972839143be004673bfa788739d1c1bfd49d.tar.gz cpython-d4bb972839143be004673bfa788739d1c1bfd49d.tar.bz2 |
Issue #14435: Add Misc/NEWS and Misc/ACKS
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -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 @@ -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 ------- |