]> granicus.if.org Git - python/commitdiff
Merge with 3.2 (Issue #14471)
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 2 Apr 2012 15:41:06 +0000 (15:41 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 2 Apr 2012 15:41:06 +0000 (15:41 +0000)
1  2 
Misc/NEWS
PC/winreg.c

diff --cc Misc/NEWS
index 8f661783468dc906d9e4b2c530c48616dada0286,18a8d73e694e9932c966b97ce27cc205bd595bfc..2a05802de937a42e3f089028293f350c82fc13ba
+++ b/Misc/NEWS
@@@ -47,15 -28,14 +47,17 @@@ Core and Builtin
  - Issue #1469629: Allow cycles through an object's __dict__ slot to be
    collected. (For example if ``x.__dict__ is x``).
  
 -- Issue #14172: Fix reference leak when marshalling a buffer-like object
 -  (other than a bytes object).
 +- Issue #14205: dict lookup raises a RuntimeError if the dict is modified
 +  during a lookup.
  
 -- Issue #13521: dict.setdefault() now does only one lookup for the given key,
 -  making it "atomic" for many purposes.  Patch by Filip Gruszczyński.
 +- 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.
  
+ - Issue #14471: Fix a possible buffer overrun in the winreg module.
  Library
  -------
  
diff --cc PC/winreg.c
Simple merge