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

index 37b8d7c..612a9c5 100644 (file)
@@ -9,8 +9,8 @@ Features added
 --------------
 
 * During cyclic garbage collection, attributes of extension types that
-  cannot create reference cycles due to their type are no longer
-  considered.
+  cannot create reference cycles due to their type (e.g. strings) are
+  no longer considered for traversal or clearing.
 
 * Package compilation (i.e. ``__init__.py`` files) now works, starting
   with Python 3.3.