[Python-Dev] A little GC confusion

Martin v. Loewis martin@v.loewis.de
23 Feb 2002 01:45:58 +0100


"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