diff options
-rw-r--r-- | Objects/typeslots.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/typeslots.py b/Objects/typeslots.py index 0e6ef1f..686fb6f 100644 --- a/Objects/typeslots.py +++ b/Objects/typeslots.py @@ -3,6 +3,7 @@ import sys, re +print("/* Generated by typeslots.py $Revision$ */") res = {} for line in sys.stdin: m = re.match("#define Py_([a-z_]+) ([0-9]+)", line) |