* Jun T. <takimot...@kba.biglobe.ne.jp> [2013-06-13 13:42 +0900]:

[...]
> In addition, if I configure --with-python3interp=dynamic,
> test87 core dumps.
> This core dump can be fixed by the following patch:
> 
> 
> diff -r 8a49630c8a5f src/if_python3.c
> --- a/src/if_python3.c        Wed Jun 12 22:41:37 2013 +0200
> +++ b/src/if_python3.c        Thu Jun 13 12:25:31 2013 +0900
> @@ -488,7 +488,7 @@
>      {"PyEval_InitThreads", (PYTHON_PROC*)&py3_PyEval_InitThreads},
>      {"PyEval_RestoreThread", (PYTHON_PROC*)&py3_PyEval_RestoreThread},
>      {"PyEval_SaveThread", (PYTHON_PROC*)&py3_PyEval_SaveThread},
> -    {"PyArg_Parse", (PYTHON_PROC*)&py3_PyArg_Parse},
> +    {"_PyArg_Parse_SizeT", (PYTHON_PROC*)&py3_PyArg_Parse},
>      {"Py_IsInitialized", (PYTHON_PROC*)&py3_Py_IsInitialized},
>      {"_PyObject_NextNotImplemented", 
> (PYTHON_PROC*)&py3__PyObject_NextNotImplemented},
>      {"_Py_NoneStruct", (PYTHON_PROC*)&py3__Py_NoneStruct},

Confirmed ;-)

Elimar
-- 
  Numeric stability is probably not all that
  important when you're guessing;-)

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Raspunde prin e-mail lui