From 31dd92b34e3d09b2110e1592d2931d7572b07191 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 4 Jul 2012 09:35:21 -0400 Subject: Add a note to MemoryLeakTest about its difficulties. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 39756796..1d4e9efd 100644 --- a/setup.py +++ b/setup.py @@ -132,7 +132,7 @@ try: setup(**setup_args) except: # pylint: disable=W0702 # When setup() can't compile, it tries to exit. We'll catch SystemExit - # here :-(, and try again. + # here :-(, and try again. if 'install' not in sys.argv or 'ext_modules' not in setup_args: # We weren't trying to install an extension, so forget it. raise -- cgit v1.2.1