Hello all,
I was trying to build a C++ extension with debugging support as
described in http://docs.cython.org/src/userguide/debugging.html, but
I got an error from the Cython compiler:
lars@schoothond:~/src/sortedcollections$ python setup.py build_ext
--inplace --pyrex-gdb
running build_ext
cyt
2011/12/17 Lars Buitinck :
> I was trying to build a C++ extension with debugging support as
> described in http://docs.cython.org/src/userguide/debugging.html, but
> I got an error from the Cython compiler:
Forgot to mention: I was using the very latest Git version of Cython,
a04c0f4eccc96ad47536
On 17 December 2011 12:40, Lars Buitinck wrote:
> 2011/12/17 Lars Buitinck :
>> I was trying to build a C++ extension with debugging support as
>> described in http://docs.cython.org/src/userguide/debugging.html, but
>> I got an error from the Cython compiler:
>
> Forgot to mention: I was using th
2011/12/17 mark florisson :
> Thanks for your report, could you paste/attach the code of your
> extension module?
The code is online at https://github.com/larsmans/sortedcollection
--
Lars Buitinck
Scientific programmer, ILPS
University of Amsterdam
__
On 17 December 2011 12:57, Lars Buitinck wrote:
> 2011/12/17 mark florisson :
>> Thanks for your report, could you paste/attach the code of your
>> extension module?
>
> The code is online at https://github.com/larsmans/sortedcollection
>
> --
> Lars Buitinck
> Scientific programmer, ILPS
> Univer
Hi everyone
I rebased the ctypes backend branch to the last cython commit, and I
wondered how the branch should be merged with the main cython
repository. I see 3 options : a) upload the branch without merging it b)
merge the branch but not run the test suite on ctypes by default or c)
merge the b