Commit 72d3b07c authored by Robert Bradshaw's avatar Robert Bradshaw

Merge branch 'bugs'

Conflicts:
	CHANGES.rst
	Cython/__init__.py
parents 6815414b 53db1cdd
...@@ -21,6 +21,15 @@ Other changes ...@@ -21,6 +21,15 @@ Other changes
------------- -------------
0.17.4 (2013-01-03)
===================
Bugs fixed
----------
* Garbage collection triggered during deallocation of container classes could lead to a double-deallocation.
0.17.3 (2012-12-14) 0.17.3 (2012-12-14)
=================== ===================
......
<<<<<<< HEAD
from Cython.Shadow import __version__ from Cython.Shadow import __version__
=======
__version__ = "0.17.4"
>>>>>>> bugs
# Void cython.* directives (for case insensitive operating systems). # Void cython.* directives (for case insensitive operating systems).
from Cython.Shadow import * from Cython.Shadow import *
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