Kaydet (Commit) b330adf9 authored tarafından Michael W. Hudson's avatar Michael W. Hudson

NEWS entries for the bugs I fixed yesterday.

üst 5253c307
...@@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 1? ...@@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 1?
Core and builtins 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 - Move exception finalisation later in the shutdown process - this
fixes the crash seen in bug #1165761 fixes the crash seen in bug #1165761
...@@ -54,6 +57,9 @@ Core and builtins ...@@ -54,6 +57,9 @@ Core and builtins
Extension Modules 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. - collections.deque objects now support a remove() method.
- operator.itemgetter() and operator.attrgetter() now support retrieving - operator.itemgetter() and operator.attrgetter() now support retrieving
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment