Kaydet (Commit) 81c9b459 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Add Revision keyword.

üst d23047b6
......@@ -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)
......
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