From fecb010dac5cffb77ca3e33e0bf1f4c475536902 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 30 Jan 2013 20:38:31 +0100 Subject: [PATCH] setup.py: exit after it has called itself. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cd56fb292..d06c30710 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,7 @@ elif sys.version_info[0] >= 3 and \ subprocess.Popen([sys.executable, os.path.join('2to3', 'run.py')]).wait() os.chdir('py3k') subprocess.Popen([sys.executable] + sys.argv).wait() + exit() import textwrap