Skip to content

Commit b5cdf19

Browse files
committed
fix bootstrapping on machines with only 2.x installed
1 parent 90f5ba5 commit b5cdf19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/makeopcodetargets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python3
1+
#! /usr/bin/env python
22
"""Generate C code for the jump table of the threaded code interpreter
33
(for compilers supporting computed gotos or "labels-as-values", such as gcc).
44
"""

0 commit comments

Comments
 (0)