From: Fred Drake Date: Thu, 18 Oct 2001 18:18:06 +0000 (+0000) Subject: Add a note about changes related to the weak reference objects. X-Git-Tag: v2.2.1c1~1191 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=934d2a43105151d4c70f1295cce3be6f5b3690eb;p=thirdparty%2FPython%2Fcpython.git Add a note about changes related to the weak reference objects. --- diff --git a/Misc/NEWS b/Misc/NEWS index e89b789ba13d..a91b7afec4cf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -36,6 +36,10 @@ Core and builtins exceptions (which could mask bugs in a __getattr__ hook, for example). +- Weak reference objects are now part of the core and offers a C API. + A bug which could allow a core dump when binary operations involved + proxy reference has been fixed. + Extension modules - thread.start_new_thread() now returns the thread ID (previously None).