mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #17861: Allow generate_opcode_h to run with a system Python 2.5.
Patch by David Bolen.
This commit is contained in:
parent
285a163a4c
commit
7fae75a415
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
# This script generates the opcode.h header file.
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import sys
|
||||
header = """/* Auto-generated by Tools/scripts/generate_opcode_h.py */
|
||||
#ifndef Py_OPCODE_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue