From: Stefan Behnel Date: Sat, 27 Jul 2013 06:05:25 +0000 (+0200) Subject: changelog X-Git-Tag: 0.20b1~441 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc0a514aa07435b7e898d48be2638512c1a772ee;p=platform%2Fupstream%2Fpython-cython.git changelog --- 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.