Commit 934d2a43 authored by Fred Drake's avatar Fred Drake

Add a note about changes related to the weak reference objects.

parent 39c27f1f
......@@ -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).
......
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