From da85212a3f8ee373d7b2ca9cd7a261efc968af57 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 16 Nov 2008 15:52:24 +0100 Subject: [PATCH] cleanup --- Cython/Compiler/Builtin.py | 6 ------ 1 file changed, 6 deletions(-) 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: -- 2.26.2