[Cython] Merging of the ctypes backend branch

2011-12-17 Thread Romain Guillebert
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

Re: [Cython] Bug report: building an extension with --pyrex-gdb fails

2011-12-17 Thread mark florisson
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

Re: [Cython] Bug report: building an extension with --pyrex-gdb fails

2011-12-17 Thread Lars Buitinck
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 __

Re: [Cython] Bug report: building an extension with --pyrex-gdb fails

2011-12-17 Thread mark florisson
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

Re: [Cython] Bug report: building an extension with --pyrex-gdb fails

2011-12-17 Thread Lars Buitinck
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

[Cython] Bug report: building an extension with --pyrex-gdb fails

2011-12-17 Thread Lars Buitinck
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