projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2a9e31
)
removed left-over
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 23 May 2008 20:32:33 +0000
(22:32 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 23 May 2008 20:32:33 +0000
(22:32 +0200)
Cython/Compiler/Symtab.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Symtab.py
b/Cython/Compiler/Symtab.py
index a5b1fd01c1f1d238758c827e6cc1e78151494c7c..08edcff6fe3984a74e55968d6b6586c5c43ccfdf 100644
(file)
--- a/
Cython/Compiler/Symtab.py
+++ b/
Cython/Compiler/Symtab.py
@@
-1412,7
+1412,6
@@
static PyObject* __Pyx_Method_ClassMethod(PyObject *method) {
else if (PyCFunction_Check(method)) {
return PyClassMethod_New(method);
}
- printf("%s\\n", Py_TYPE(method)->tp_name);
PyErr_Format(PyExc_TypeError, "Class-level classmethod() can only be called on a method_descriptor or instance method.");
return NULL;
}