[Python-checkins] python/dist/src/Misc NEWS,1.1193.2.3,1.1193.2.4

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Fri Dec 17 15:44:47 CET 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19114/Misc

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Backport fixes for bugs #1086555 and #1085744.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.3
retrieving revision 1.1193.2.4
diff -u -d -r1.1193.2.3 -r1.1193.2.4
--- NEWS	11 Dec 2004 02:53:25 -0000	1.1193.2.3
+++ NEWS	17 Dec 2004 14:44:41 -0000	1.1193.2.4
@@ -37,6 +37,11 @@
 Core and builtins
 -----------------
 
+- Bug #1086555:  Fix leak in syslog module.
+
+- Bug #1085744:  Add missing overflow check to PySequence_Tuple().
+  Make resize schedule linear (amortized).
+
 - Bug 875692: Improve signal handling, especially when using threads, by
   forcing an early re-execution of PyEval_EvalFrame() "periodic" code when
   things_to_do is not cleared by Py_MakePendingCalls().



More information about the Python-checkins mailing list