Commit 16c9b6bc authored by Stefan Behnel's avatar Stefan Behnel

minor changelog fix

parent 8c6762d2
...@@ -28,7 +28,7 @@ Features added ...@@ -28,7 +28,7 @@ Features added
to the cythonize() compilation function (including distutils build). to the cythonize() compilation function (including distutils build).
* The new extension type decorator ``@cython.no_gc_clear`` prevents * The new extension type decorator ``@cython.no_gc_clear`` prevents
the type from being cleared during cyclic garbage collection, thus objects from being cleared during cyclic garbage collection, thus
making sure that object attributes are kept alive until deallocation. making sure that object attributes are kept alive until deallocation.
* During cyclic garbage collection, attributes of extension types that * During cyclic garbage collection, attributes of extension types that
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment