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.


Best regards,
Nikita Nemkin
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to