]> granicus.if.org Git - vim/commit
updated for version 7.3.212 v7.3.212
authorBram Moolenaar <Bram@vim.org>
Sun, 12 Jun 2011 19:37:13 +0000 (21:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 12 Jun 2011 19:37:13 +0000 (21:37 +0200)
commit456f2bb24f269a1f1ceb5ddedfb828ca33fc270b
tree719e2e4d94ccdbd2fb439dc68ea03f59c18f6205
parent03227eeb797dcc7cdd90672b67b8daff61943f21
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)
src/auto/configure
src/configure.in
src/if_python3.c
src/version.c