projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c23282d
)
re-enable refnanny in Py3
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 22 Feb 2009 18:57:19 +0000
(19:57 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 22 Feb 2009 18:57:19 +0000
(19:57 +0100)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index a3f7f0439cbdfa74e70b44329fbea52ccdc5618d..8e8925e1deefda6157df2d9afd19727ee401eda7 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-483,7
+483,7
@@
if __name__ == '__main__':
action="store_true", default=False,
help="only compile pyx to c, do not run C compiler or run the tests")
parser.add_option("--no-refnanny", dest="with_refnanny",
- action="store_false", default=
(sys.version_info[0] < 3)
,
+ action="store_false", default=
True
,
help="do not regression test reference counting")
parser.add_option("--sys-pyregr", dest="system_pyregr",
action="store_true", default=False,