Commit 11d636dc authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents 78b799d0 a57de922
......@@ -396,7 +396,7 @@ Other changes
* Support for Python 2.6 was removed.
0.29.18 (2020-0?-??)
0.29.18 (2020-05-18)
====================
Bugs fixed
......
......@@ -57,6 +57,7 @@ static int __Pyx_PyType_Ready(PyTypeObject *t) {
#if PY_VERSION_HEX >= 0x03050000
{
// Make sure GC does not pick up our non-heap type as heap type with this hack!
// For details, see https://github.com/cython/cython/issues/3603
PyObject *ret, *py_status;
int gc_was_enabled;
PyObject *gc = PyImport_Import(PYUNICODE("gc"));
......
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