[Python-Dev] A little GC confusion (original) (raw)

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 tpisgc slot from PyTypeType into my metatype before PyTypeReady() 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