From b07d9d79d411334f1fab66fec5c5bb952973d320 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 10 Aug 2013 12:48:51 +0200 Subject: [PATCH] changelog --- CHANGES.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 (??) -- 2.7.4