mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add Revision keyword.
This commit is contained in:
parent
d23047b62c
commit
81c9b45905
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue