Feb. 23, 2002
12:45 a.m.
"David Abrahams" <david.abrahams@rcn.com> writes:
Nice try, but no cigar I'm afraid: copying the tp_is_gc slot from PyType_Type into my metatype before PyType_Ready() doesn't prevent the crash.
Does anyone really understand what happens here?
Understand why your code crashes? Because there is a bug in it... To understand what the bug is, one would have to study your code first. Regards, Martin