Re: Patch 7.3.569

2012-06-30 Fir de Conversatie Bram Moolenaar
Danek Duvall wrote: On Fri, Jun 29, 2012 at 12:55:10PM +0200, Bram Moolenaar wrote: Patch 7.3.569 Problem:Evaluating Vim expression in Python is insufficient. Solution: Add vim.bindeval(). Also add pyeval() and py3eval(). (ZyX) Files: runtime/doc/eval.txt, runtime/doc

Re: Patch 7.3.569

2012-06-30 Fir de Conversatie Danek Duvall
On Sat, Jun 30, 2012 at 01:01:16PM +0200, Bram Moolenaar wrote: In addition to the PyCapsule problems, it appears that _PyObject_NextNotImplemented is not present in Python 2.6, and so when I try to run a python command after today's series of patches, I get E448: Could not load

Re: Patch 7.3.569

2012-06-29 Fir de Conversatie Ingo Karkat
On 29-Jun-2012 12:55:10 +0200, Bram Moolenaar wrote: Patch 7.3.569 Problem:Evaluating Vim expression in Python is insufficient. Solution: Add vim.bindeval(). Also add pyeval() and py3eval(). (ZyX) Files:runtime/doc/eval.txt, runtime/doc/if_pyth.txt, src/eval.c

Re: Patch 7.3.569

2012-06-29 Fir de Conversatie Chris Sutcliffe
On 29 June 2012 08:57, Ingo Karkat wrote: On 29-Jun-2012 12:55:10 +0200, Bram Moolenaar wrote: Patch 7.3.569 Problem:    Evaluating Vim expression in Python is insufficient. Solution:   Add vim.bindeval().  Also add pyeval() and py3eval(). (ZyX) Files:            runtime/doc/eval.txt

Re: Patch 7.3.569

2012-06-29 Fir de Conversatie Bram Moolenaar
Ingo Karkat wrote: On 29-Jun-2012 12:55:10 +0200, Bram Moolenaar wrote: Patch 7.3.569 Problem:Evaluating Vim expression in Python is insufficient. Solution: Add vim.bindeval(). Also add pyeval() and py3eval(). (ZyX) Files: runtime/doc/eval.txt, runtime/doc/if_pyth.txt

Re: Patch 7.3.569

2012-06-29 Fir de Conversatie Andy Kittner
(apologies if anyone gets this twice, the reply didn't make it to the list due to the wrong sender-adress) On 29.06.2012 15:17, Bram Moolenaar wrote: It appears PyCapsule_GetPointer is new in Python 2.7. We should support Python 2.5. It is only used in convert_dl(). Perhaps there is

Re: Patch 7.3.569

2012-06-29 Fir de Conversatie Bram Moolenaar
Andy Kittner wrote: (apologies if anyone gets this twice, the reply didn't make it to the list due to the wrong sender-adress) On 29.06.2012 15:17, Bram Moolenaar wrote: It appears PyCapsule_GetPointer is new in Python 2.7. We should support Python 2.5. It is only used in

Re: Patch 7.3.569

2012-06-29 Fir de Conversatie Raymond Ko
in include/pyconfig.h to be 2. I'm guessing this could be the issue? On Friday, June 29, 2012 6:55:10 AM UTC-4, Bram Moolenaar wrote: Patch 7.3.569 Problem:Evaluating Vim expression in Python is insufficient. Solution: Add vim.bindeval(). Also add pyeval() and py3eval(). (ZyX) Files

Re: Patch 7.3.569

2012-06-29 Fir de Conversatie lilydjwg
On Fri, Jun 29, 2012 at 08:01:29AM -0700, Raymond Ko wrote: Hello all, I am trying to build the newest version of VIM on Windows with MinGW 4.7.1 and Python 2.7.3 and Python 3.23 bindings. Everything was compiling fined before, but as of this patch (probably) it no longer compiles because

Re: Patch 7.3.569

2012-06-29 Fir de Conversatie Raymond Ko
On Friday, June 29, 2012 12:13:34 PM UTC-4, 依云 wrote: On Fri, Jun 29, 2012 at 08:01:29AM -0700, Raymond Ko wrote: Hello all, I am trying to build the newest version of VIM on Windows with MinGW 4.7.1 and Python 2.7.3 and Python 3.23 bindings. Everything was compiling fined before,

Re: Patch 7.3.569

2012-06-29 Fir de Conversatie Danek Duvall
On Fri, Jun 29, 2012 at 12:55:10PM +0200, Bram Moolenaar wrote: Patch 7.3.569 Problem:Evaluating Vim expression in Python is insufficient. Solution: Add vim.bindeval(). Also add pyeval() and py3eval(). (ZyX) Files:runtime/doc/eval.txt, runtime/doc/if_pyth.txt, src/eval.c