From b5cdf191ec572965371d52b76151506b72b78a15 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 11 Mar 2010 23:39:40 +0000 Subject: [PATCH] fix bootstrapping on machines with only 2.x installed --- Python/makeopcodetargets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). """ -- 2.40.0