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 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
Thanks for the hint. -- hundred-and-one symptoms of being an internet addict: 76. Your ISP regards you as a business partner rather than as a customer. /// 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
