Lisandro Dalcin wrote: > Well, what I do not like about your patch is that the cdef module > globals are not initialized to 'None' in the module init function. And > this is a bit unsafe, Cython almost always assumes that PyObect* > pointers are not-NULL. I can imagine some code breaking with your > patch. >
Indeed, it is unsafe. Very much so, I just created a crashing testcase :-) gtg, brb -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
