[Python-Dev] A couple of quick type system questions

Martin v. Loewis martin@v.loewis.de
11 May 2002 15:08:32 +0200


"Thomas Heller" <thomas.heller@ion-tof.com> writes:

> tp_dict of int (_PyInt_Type) is NULL.

Yet

>>> print len(int.__dict__)
46

Regards,
Martin