[Python-Dev] head crashing (original) (raw)

skip at pobox.com skip at pobox.com
Tue May 1 22:45:44 CEST 2007


Kristján> I'd suggest to keep the debug functions as a thin layer on top
Kristján> of malloc to do basic testing.  

But then you would substantially change the memory access behavior of the program in a debug build, that is, more than it is already changed by the fact that you have changed the memory layout of Python objects.

Skip



More information about the Python-Dev mailing list