On Thu, May 30, 2013 at 5:21 PM, Nikita Nemkin <nik...@nemkin.ru> 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 object structure is prepended with a couple of
> extra debug fields, which means a different piece of memory was wrongly
> interpreted and manipulated as a Python object.
>
> It is pure luck that whatever values were there didn't cause a crash.
>
>
>
Thanks for the insight, Nikita! Your assistance is much appreciated!

Best regards,
Marin


>
> Best regards,
> Nikita Nemkin
> ______________________________**_________________
> cython-devel mailing list
> cython-devel@python.org
> http://mail.python.org/**mailman/listinfo/cython-devel<http://mail.python.org/mailman/listinfo/cython-devel>
>



-- 
Marin Atanasov Nikolov

dnaeon AT gmail DOT com
http://www.unix-heaven.org/
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to