]> granicus.if.org Git - python/commitdiff
merge 3.4 (#24044)
authorBenjamin Peterson <benjamin@python.org>
Thu, 23 Apr 2015 21:06:45 +0000 (17:06 -0400)
committerBenjamin Peterson <benjamin@python.org>
Thu, 23 Apr 2015 21:06:45 +0000 (17:06 -0400)
1  2 
Misc/NEWS
Objects/listobject.c

diff --cc Misc/NEWS
index 974e9ca9aa4a8916ceebcf512c92291e777afdbc,85e55d06a0764c2c39ad8bc7e7e97bcfea28c634..4f702d05c2b8657927196f28f2d380f26f9baf9f
+++ b/Misc/NEWS
@@@ -75,9 -20,17 +75,12 @@@ Core and Builtin
  - Issue #22977: Fixed formatting Windows error messages on Wine.
    Patch by Martin Panter.
  
 -- Issue #23803: Fixed str.partition() and str.rpartition() when a separator
 -  is wider then partitioned string.
 -
 -- Issue #23192: Fixed generator lambdas.  Patch by Bruno Cauet.
 -
 -- Issue #23629: Fix the default __sizeof__ implementation for variable-sized
 -  objects.
 +- Issue #23466: %c, %o, %x, and %X in bytes formatting now raise TypeError on
 +  non-integer input.
  
+ - Issue #24044: Fix possible null pointer dereference in list.sort in out of
+   memory conditions.
  Library
  -------
  
Simple merge