projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a6f0be
)
fix PyObject declaration
author
Stefan Behnel
<scoder@users.berlios.de>
Thu, 15 Oct 2009 14:26:14 +0000
(16:26 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Thu, 15 Oct 2009 14:26:14 +0000
(16:26 +0200)
Cython/Includes/python_object.pxd
patch
|
blob
|
history
diff --git
a/Cython/Includes/python_object.pxd
b/Cython/Includes/python_object.pxd
index 1945286f06ec8606b1d9aca6cfe5843be4271d7c..b71fee66dd8c4ea5fc3a8fd4bd915c5c98a3980f 100644
(file)
--- a/
Cython/Includes/python_object.pxd
+++ b/
Cython/Includes/python_object.pxd
@@
-1,5
+1,6
@@
+from python_ref cimport PyObject
+
cdef extern from "Python.h":
- ctypedef void PyObject
ctypedef void PyTypeObject
ctypedef struct FILE