From d32cdad168ddc64f0aec3b3b03510ba51fbf2c16 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 9 Aug 2013 09:07:26 +0200 Subject: [PATCH] changelog --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 64000fa..f7a0f41 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,10 @@ Cython Changelog Features added -------------- +* The new extension type decorator ``@cython.no_gc_clear`` prevents + the type from being cleared during cyclic garbage collection, thus + making sure that object attributes are kept alive until deallocation. + * 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. -- 2.7.4