]> granicus.if.org Git - python/commitdiff
Merge 3.2
authorPetri Lehtinen <petri@digip.org>
Mon, 24 Oct 2011 18:17:52 +0000 (21:17 +0300)
committerPetri Lehtinen <petri@digip.org>
Mon, 24 Oct 2011 18:17:52 +0000 (21:17 +0300)
1  2 
Misc/NEWS
Objects/dictobject.c

diff --cc Misc/NEWS
index e6ee12006daa3763fda53815fb58e1d4bf308098,115ff696a6bea1678a72e081c4805aa06eb7721e..7f68030b25a1dcadba3f1a9be95bed5d3220a0fe
+++ b/Misc/NEWS
@@@ -10,10 -10,9 +10,13 @@@ What's New in Python 3.3 Alpha 1
  Core and Builtins
  -----------------
  
+ - Issue #13018: Fix reference leaks in error paths in dictobject.c.
+   Patch by Suman Saha.
 +- Issue #13201: Define '==' and '!=' to compare range objects based on
 +  the sequence of values they define (instead of comparing based on
 +  object identity).
 +
  - Issue #1294232: In a few cases involving metaclass inheritance, the
    interpreter would sometimes invoke the wrong metaclass when building a new
    class object. These cases now behave correctly. Patch by Daniel Urban.
Simple merge