Roland Puntaier wrote: > I've compiled vim7.3 with Python3.2 and got "take_gil: NULL state" when > doing :py3 ... > > After some investigation I found that with Python3.2 > PyEval_InitThreads() must be called after Py_Initialize(). > > This needs to be changed in if_python3.c.
Thanks. Do you know if this works with all Python 3.x versions? -- If you feel lonely, try schizophrenia. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
