[Python-checkins] r77366 - svn:log

antoine.pitrou python-checkins at python.org
Fri Jan 8 19:11:45 CET 2010


Author: antoine.pitrou
Revision: 77366
Property Name: svn:log
Action: modified

Property diff:
--- old property value
+++ new property value
@@ -1,24 +1,4 @@
-Merged revisions 77365 via svnmerge from 
-svn+ssh://pythondev@svn.python.org/python/branches/py3k
+(note: svnmerged from py3k, but the original message was wrong)
 
-................
-  r77365 | antoine.pitrou | 2010-01-08 18:54:23 +0100 (ven., 08 janv. 2010) | 18 lines
-  
-  Merged revisions 77352-77354 via svnmerge from 
-  svn+ssh://pythondev@svn.python.org/python/trunk
-  
-  ........
-    r77352 | antoine.pitrou | 2010-01-07 18:46:49 +0100 (jeu., 07 janv. 2010) | 5 lines
-    
-    Issue #7455: Fix possible crash in cPickle on invalid input.  Patch by
-    Florent Xicluna.
-  ........
-    r77353 | antoine.pitrou | 2010-01-07 18:49:37 +0100 (jeu., 07 janv. 2010) | 3 lines
-    
-    Fix attribution. Florent actually repackaged and reviewed Victor's patch (sorry!).
-  ........
-    r77354 | antoine.pitrou | 2010-01-07 18:54:10 +0100 (jeu., 07 janv. 2010) | 3 lines
-    
-    Fix reattribution mistake when fixing attribution mistake!
-  ........
-................
+Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against
+the destruction of weakref'ed objects while iterating.


More information about the Python-checkins mailing list