From 649231eaeac3608410a4d26ca69fd465f26109ae Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 22 Feb 2009 19:57:19 +0100 Subject: [PATCH] re-enable refnanny in Py3 --- runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.py b/runtests.py index a3f7f043..8e8925e1 100644 --- 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, -- 2.26.2