Commit 35f08f0f authored by Martin v. Löwis's avatar Martin v. Löwis

Make script 2-vs-3-agnostic.

parent e8b0d619
......@@ -21,4 +21,4 @@ for line in sys.stdin:
M = max(res.keys())+1
for i in range(1,M):
print "offsetof(PyHeapTypeObject, %s)," % res[i]
print("offsetof(PyHeapTypeObject, %s)," % res[i])
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