From fc0a514aa07435b7e898d48be2638512c1a772ee Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 27 Jul 2013 08:05:25 +0200 Subject: [PATCH] changelog --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 37b8d7c..612a9c5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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. -- 2.7.4