mirror of https://github.com/python/cpython
Add Revision keyword.
This commit is contained in:
parent
d23047b62c
commit
81c9b45905
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue