projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
654b16a
)
runtests with refnanny does not need ctypes anymore
author
Lisandro Dalcin
<dalcinl@gmail.com>
Thu, 5 Feb 2009 20:14:54 +0000
(18:14 -0200)
committer
Lisandro Dalcin
<dalcinl@gmail.com>
Thu, 5 Feb 2009 20:14:54 +0000
(18:14 -0200)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index ac3264c2ed02475954353508acaca4bb802a282f..8e8925e1deefda6157df2d9afd19727ee401eda7 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-554,7
+554,6
@@
if __name__ == '__main__':
if options.with_refnanny:
from pyximport.pyxbuild import pyx_to_dll
- import ctypes
libpath = pyx_to_dll(os.path.join("Cython", "Runtime", "refnanny.pyx"),
build_in_temp=True,
pyxbuild_dir=os.path.join(WORKDIR, "support"))