projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
494f30b
)
cleanup
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 16 Nov 2008 14:52:24 +0000
(15:52 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 16 Nov 2008 14:52:24 +0000
(15:52 +0100)
Cython/Compiler/Builtin.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Builtin.py
b/Cython/Compiler/Builtin.py
index 6b71a03d430578a50f0d5aae0be3bb2a8f642e29..33c5206077e0db4a1688a151ae8cc57482a66091 100644
(file)
--- 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: