Kaydet (Commit) 7fae75a4 authored tarafından Ned Deily's avatar Ned Deily

Issue #17861: Allow generate_opcode_h to run with a system Python 2.5.

Patch by David Bolen.
üst 285a163a
# 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment