From: Michael W. Hudson Date: Thu, 31 Mar 2005 09:35:44 +0000 (+0000) Subject: NEWS entries for the bugs I fixed yesterday. X-Git-Tag: v2.5a0~1858 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b330adf9ebff10b55a3a5d1bedc2ccf5bee72b74;p=python NEWS entries for the bugs I fixed yesterday. --- diff --git a/Misc/NEWS b/Misc/NEWS index bb381225ce..21bcb4b6cc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 1? 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 @@ Core and builtins 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