[Cython] Core dump when Python is built without debug symbols

2013-05-30 Thread Marin Atanasov Nikolov
orking on this for the past few days and I'm out of ideas now. Any help/hints/feedback is much appreciated. Thanks and regards, Marin -- Marin Atanasov Nikolov dnaeon AT gmail DOT com http://www.unix-heaven.org/ ___ cython-devel mailing list c

Re: [Cython] Core dump when Python is built without debug symbols

2013-05-30 Thread Marin Atanasov Nikolov
expected :) The only condition is to have Python with debug symbols installed. Any idea why having Python with debug symbols actually overcomes this issue? Thanks again Nikita! Best regards, Marin > > Best regards, > Nikita Nemkin > __**_ &

Re: [Cython] Core dump when Python is built without debug symbols

2013-05-30 Thread Marin Atanasov Nikolov
On Thu, May 30, 2013 at 5:21 PM, Nikita Nemkin wrote: > On Thu, 30 May 2013 19:51:16 +0600, Marin Atanasov Nikolov < > dna...@gmail.com> wrote: > > Any idea why having Python with debug symbols actually overcomes this >> issue? >> > > In debug builds, Python

[Cython] C data type and a C function() sharing the same name

2013-06-01 Thread Marin Atanasov Nikolov
not have a data type and a function sharing the same name. How can I overcome this issue? Suppose that I wrote the C API I could change that, but how would you really solve this if you cannot touch what's in upstream? Any ways to solve this? Thanks and regards, Marin -- Marin Atanasov Niko

Re: [Cython] C data type and a C function() sharing the same name

2013-06-01 Thread Marin Atanasov Nikolov
our help! Best regards, Marin //offtopic Why does it take so long for a post to be approved/published on cython-users@ ? On Sat, Jun 1, 2013 at 5:12 PM, Nikita Nemkin wrote: > On Sat, 01 Jun 2013 19:29:17 +0600, Marin Atanasov Nikolov < > dna...@gmail.com> wrote: > > Hello,