Commit 3c6bec17 authored by Tres Seaver's avatar Tres Seaver

Note Jim's GC work for acquisition wrappers (landed in 2.8.0b2).

parent 25da62eb
...@@ -4,16 +4,6 @@ Zope Changes ...@@ -4,16 +4,6 @@ Zope Changes
Change information for previous versions of Zope can be found in the Change information for previous versions of Zope can be found in the
file HISTORY.txt. file HISTORY.txt.
To-do
- Add cyclic-garbage collection support to C extension classes,
especially to acquisition wrappers.
N.B: ExtensionClassType already declares that it supports GC
(via the Py_TPFLAGS_HAVE_GC flag), but does not appear to conform
to the rules for such a type laid out in the Python docs:
http://docs.python.org/api/supporting-cycle-detection.html
Trunk (unreleased) Trunk (unreleased)
Restructuring Restructuring
......
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