[Python-Dev] gc.garbage (original) (raw)

Martin v. Loewis martin@v.loewis.de
Sat, 1 Dec 2001 02:11:34 +0100


[Martin v. Loewis] > I wish the C API hadn't been changed for 2.2, rendering useless all > code that had been created to support GC in 2.0 and 2.1.

Would we really need more than one hand to count all that code <0.9 wink>?

Mine was among it (in pyexpat), and I really hate looking at the code now. Not only need I support two versions of Unicode (i.e. having or not having it), but also three versions of GC, all in a single file.

Regards, Martin