(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 another way to do the > same for older Python versions? If I remember things correctly Capsules are replacing CObjects http://docs.python.org/c-api/cobject.html So these can probably be used on older python versions Regards, Andy -- 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
