projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb7d630
)
Cleanup
author
Dag Sverre Seljebotn
<dagss@student.matnat.uio.no>
Tue, 3 Feb 2009 09:05:31 +0000
(10:05 +0100)
committer
Dag Sverre Seljebotn
<dagss@student.matnat.uio.no>
Tue, 3 Feb 2009 09:05:31 +0000
(10:05 +0100)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 6ce181f6f8eb94873ee059edf01fd05a51c88a34..043433dd8a6e1fc1f1f8e2bacc22e79d1fbf46ff 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-558,10
+558,7
@@
if __name__ == '__main__':
libpath = pyx_to_dll(os.path.join("Cython", "Runtime", "refnanny.pyx"),
build_in_temp=True,
pyxbuild_dir=os.path.join(WORKDIR, "support"))
- ctypes.PyDLL(libpath, mode=ctypes.RTLD_GLOBAL)
sys.path.append(os.path.split(libpath)[0])
- import refnanny
- del sys.path[-1]
CFLAGS.append("-DCYTHON_REFNANNY")
test_bugs = False
@@
-637,4
+634,5
@@
if __name__ == '__main__':
sys.stderr.write(" %s\n" % test)
if options.with_refnanny:
+ import refnanny
sys.stderr.write("\n".join([repr(x) for x in refnanny.reflog]))