From: Stefan Behnel Date: Sat, 10 Aug 2013 10:48:51 +0000 (+0200) Subject: changelog X-Git-Tag: 0.20b1~394 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b07d9d79d411334f1fab66fec5c5bb952973d320;p=platform%2Fupstream%2Fpython-cython.git changelog --- diff --git a/CHANGES.rst b/CHANGES.rst index f7a0f41..4c85bdd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,7 +14,8 @@ Features added * During cyclic garbage collection, attributes of extension types that cannot create reference cycles due to their type (e.g. strings) are - no longer considered for traversal or clearing. + no longer considered for traversal or clearing. This can reduce the + processing overhead when searching for or cleaning up reference cycles. * Package compilation (i.e. ``__init__.py`` files) now works, starting with Python 3.3. @@ -33,8 +34,8 @@ Bugs fixed Other changes ------------- -* In Py3.4+, the Cython generator type uses ``tp_finalize()`` for cleanup - instead of ``tp_del()``. +* In Py3.4+, the Cython generator type uses ``tp_finalize()`` for safer + cleanup instead of ``tp_del()``. 0.19.2 (??)