commit | 5f87b23229b1d5cc5bad4a263e513e72a91fe8ae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 13 20:57:50 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 13 20:57:50 2013 +0200 |
tree | fff36f9d16eb79d5580016a9689097a3a574e679 | |
parent | b62bcd1e05a00bdacde11c52762cd48f6f0325f0 [diff] [blame] |
updated for version 7.3.1186 Problem: Python 3: test 87 may crash. Solution: Use _PyArg_Parse_SizeT instead of PyArg_Parse. (Jun Takimoto)
diff --git a/src/version.c b/src/version.c index 7f315b8..ddc51d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1186, +/**/ 1185, /**/ 1184,