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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5cdf191ec572965371d52b76151506b72b78a15;p=python fix bootstrapping on machines with only 2.x installed --- diff --git a/Python/makeopcodetargets.py b/Python/makeopcodetargets.py index 7180e9aa77..a85ac52151 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). """