Commit da85212a authored by Stefan Behnel's avatar Stefan Behnel

cleanup

parent 494f30b5
......@@ -287,12 +287,6 @@ static int __Pyx_Py23SetsImport(void) {
__Pyx_PySet_Type = (PyTypeObject*) Set;
__Pyx_PyFrozenSet_Type = (PyTypeObject*) ImmutableSet;
/* FIXME: this should be done in dedicated module cleanup code */
/*
Py_DECREF(Set);
Py_DECREF(ImmutableSet);
*/
return 0;
bad:
......
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