> It's a good question. All builtin numeric types have a non-NULL > nb_float slot, but some non-numeric types do too (proxies, and even > _winreg.c's PyHKEY_Type). Well, proxies deserve to be considered numeric. --Guido van Rossum (home page: http://www.python.org/~guido/)