projects
/
platform
/
upstream
/
python-cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8102693
)
changelog
author
Stefan Behnel
<stefan_ml@behnel.de>
Sat, 27 Jul 2013 05:55:43 +0000
(07:55 +0200)
committer
Stefan Behnel
<stefan_ml@behnel.de>
Sat, 27 Jul 2013 05:55:43 +0000
(07:55 +0200)
CHANGES.rst
patch
|
blob
|
history
diff --git
a/CHANGES.rst
b/CHANGES.rst
index
9102904
..
37b8d7c
100644
(file)
--- 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.