include standard cimport for pythread.pxd in cpython cimport
authorStefan Behnel <scoder@users.berlios.de>
Sun, 11 Jul 2010 12:51:44 +0000 (14:51 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 11 Jul 2010 12:51:44 +0000 (14:51 +0200)
Cython/Includes/cpython/__init__.pxd

index b53d09de65ec69e78f9090b3548daa330de0789d..4046e77b09de7a132e7bdc9e2b8b0da9dddbe630 100644 (file)
@@ -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 *