From 3c878c660824ea34b7c9e69b31f411665b223592 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 27 Jul 2013 07:55:43 +0200 Subject: [PATCH] changelog --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 9102904..37b8d7c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,10 @@ Cython Changelog Features added -------------- +* During cyclic garbage collection, attributes of extension types that + cannot create reference cycles due to their type are no longer + considered. + * Package compilation (i.e. ``__init__.py`` files) now works, starting with Python 3.3. -- 2.7.4