commit | 456f2bb24f269a1f1ceb5ddedfb828ca33fc270b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 12 21:37:13 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 12 21:37:13 2011 +0200 |
tree | 719e2e4d94ccdbd2fb439dc68ea03f59c18f6205 | |
parent | 03227eeb797dcc7cdd90672b67b8daff61943f21 [diff] [blame] |
updated for version 7.3.212 Problem: With Python 3.2 ":py3" fails. Solution: Move PyEval_InitThreads() to after Py_Initialize(). (Roland Puntaier) Check abiflags in configure. (Andreas Behr)
diff --git a/src/version.c b/src/version.c index 650eafc..f648160 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 212, +/**/ 211, /**/ 210,