From: Stefan Behnel Date: Sun, 16 Nov 2008 14:52:24 +0000 (+0100) Subject: cleanup X-Git-Tag: 0.11-beta~248 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=da85212a3f8ee373d7b2ca9cd7a261efc968af57;p=cython.git cleanup --- diff --git a/Cython/Compiler/Builtin.py b/Cython/Compiler/Builtin.py index 6b71a03d..33c52060 100644 --- a/Cython/Compiler/Builtin.py +++ b/Cython/Compiler/Builtin.py @@ -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: