Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285a163 commit 7fae75aCopy full SHA for 7fae75a
1 file changed
Tools/scripts/generate_opcode_h.py
@@ -1,5 +1,7 @@
1
# This script generates the opcode.h header file.
2
3
+from __future__ import with_statement
4
+
5
import sys
6
header = """/* Auto-generated by Tools/scripts/generate_opcode_h.py */
7
#ifndef Py_OPCODE_H
0 commit comments