From: Andrew M. Kuchling Date: Tue, 22 Nov 2005 15:14:44 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.5a0~1127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2a739d19b53af948ffe4bc1d4cd03e6ab70928c;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Misc/NEWS b/Misc/NEWS index 40be84ce2f51..77e280dcbe79 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -758,7 +758,7 @@ Core and builtins weakref to a dead object, or via any Python code run in any other thread that managed to obtain the GIL while a __del__ or callback was running in the thread doing gc). The most likely symptom was "impossible" - ``AttributeEror`` exceptions, appearing seemingly at random, on weakly + ``AttributeError`` exceptions, appearing seemingly at random, on weakly referenced objects. The cure was to clear all weakrefs to unreachable objects before allowing any callbacks to run.