| bug: vim 7.3 Python 3.2 FATAL "take_gil: NULL state" | roland puntaier | 10/06/11 06:14 | Hello Bram, I've compiled vim7.3 with Python3.2 and got "take_gil: NULL state" when After some investigation I found that with Python3.2 This needs to be changed in if_python3.c. regards, |
| Re: bug: vim 7.3 Python 3.2 FATAL "take_gil: NULL state" | Bram Moolenaar | 10/06/11 19:53 | Roland Puntaier wrote: > I've compiled vim7.3 with Python3.2 and got "take_gil: NULL state" when Thanks. Do you know if this works with all Python 3.x versions? -- /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ |
| Re: bug: vim 7.3 Python 3.2 FATAL "take_gil: NULL state" | Andreas Behr | 11/06/11 04:26 | They changed the order as of python version 3.2. Changing the order of the two calls even works with 3.1.x (short test with mac osx) I attached a changeset with some minor changes to configure.in and if_python.c to get a more general python 3.x support in vim (see PEP 3149) |