[Python-checkins] python/dist/src/Misc NEWS,1.1279,1.1280

mwh at users.sourceforge.net mwh at users.sourceforge.net
Thu Mar 31 11:35:50 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
NEWS entries for the bugs I fixed yesterday.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1279
retrieving revision 1.1280
diff -u -d -r1.1279 -r1.1280
--- NEWS	29 Mar 2005 13:47:59 -0000	1.1279
+++ NEWS	31 Mar 2005 09:35:44 -0000	1.1280
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- Bug #1165306: instancemethod_new allowed the creation of a method
+  with im_class == im_self == NULL, which caused a crash when called.
+
 - Move exception finalisation later in the shutdown process - this 
   fixes the crash seen in bug #1165761
 
@@ -54,6 +57,9 @@
 Extension Modules
 -----------------
 
+- Bug #1166660: The readline module could segfault if hook functions
+  were set in a different thread than that which called readline.
+
 - collections.deque objects now support a remove() method.
 
 - operator.itemgetter() and operator.attrgetter() now support retrieving



More information about the Python-checkins mailing list