projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07d3144
)
include standard cimport for pythread.pxd in cpython cimport
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 11 Jul 2010 12:51:44 +0000
(14:51 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 11 Jul 2010 12:51:44 +0000
(14:51 +0200)
Cython/Includes/cpython/__init__.pxd
patch
|
blob
|
history
diff --git
a/Cython/Includes/cpython/__init__.pxd
b/Cython/Includes/cpython/__init__.pxd
index b53d09de65ec69e78f9090b3548daa330de0789d..4046e77b09de7a132e7bdc9e2b8b0da9dddbe630 100644
(file)
--- a/
Cython/Includes/cpython/__init__.pxd
+++ b/
Cython/Includes/cpython/__init__.pxd
@@
-143,6
+143,7
@@
from cpython.function cimport *
from cpython.method cimport *
from cpython.weakref cimport *
from cpython.getargs cimport *
+from cpython.pythread cimport *
# Python <= 2.x
from cpython.cobject cimport *