commit | 07b8864111362db1ce4f3fa30ba8460b8bf91774 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:58:32 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:58:32 2013 +0200 |
tree | 9a0f846caa64afaf86b6a45fe44e09652d7c1aed | |
parent | 1bcabe19a2be1a3fe324422e8c28db9e27715cb9 [diff] [blame] |
updated for version 7.3.1053 Problem: Python: no flag for types with tp_traverse+tp_clear. Solution: Python patch 14: Add Py_TPFLAGS_HAVE_GC. (ZyX)
diff --git a/src/version.c b/src/version.c index 9209f60..c7785ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1053, +/**/ 1052, /**/ 1051,