changelog
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 27 Jul 2013 05:55:43 +0000 (07:55 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 27 Jul 2013 05:55:43 +0000 (07:55 +0200)
CHANGES.rst

index 9102904..37b8d7c 100644 (file)
@@ -8,6 +8,10 @@ Cython Changelog
 Features added
 --------------
 
+* During cyclic garbage collection, attributes of extension types that
+  cannot create reference cycles due to their type are no longer
+  considered.
+
 * Package compilation (i.e. ``__init__.py`` files) now works, starting
   with Python 3.3.