projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bf952b
)
cleanup
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 30 May 2008 05:45:58 +0000
(07:45 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 30 May 2008 05:45:58 +0000
(07:45 +0200)
Cython/Compiler/ModuleNode.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ModuleNode.py
b/Cython/Compiler/ModuleNode.py
index 8b7cbeddbb3bd3c8ae2a8d7ad135243306229fc2..74536dab335abd5760f9eb6f00b0cb2716e86315 100644
(file)
--- a/
Cython/Compiler/ModuleNode.py
+++ b/
Cython/Compiler/ModuleNode.py
@@
-424,7
+424,6
@@
class ModuleNode(Nodes.Node, Nodes.BlockNode):
code.putln("#endif")
code.putln("#if PY_MAJOR_VERSION >= 3")
- code.putln(" #include \"stringobject.h\"") # Py3 compat header for PyString_*()
code.putln(" #define PyBaseString_Type PyUnicode_Type")
code.putln(" #define PyInt_Type PyLong_Type")
code.putln(" #define PyInt_Check(op) PyLong_Check(op)")