From: Benjamin Peterson Date: Thu, 11 Mar 2010 23:39:40 +0000 (+0000) Subject: fix bootstrapping on machines with only 2.x installed X-Git-Tag: v3.2a1~1510 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5cdf191ec572965371d52b76151506b72b78a15;p=thirdparty%2FPython%2Fcpython.git fix bootstrapping on machines with only 2.x installed --- diff --git a/Python/makeopcodetargets.py b/Python/makeopcodetargets.py index 7180e9aa7701..a85ac5215107 100755 --- a/Python/makeopcodetargets.py +++ b/Python/makeopcodetargets.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#! /usr/bin/env python """Generate C code for the jump table of the threaded code interpreter (for compilers supporting computed gotos or "labels-as-values", such as gcc). """