Floating point bug?

Christian Heimes lists at cheimes.de
Thu Feb 14 09:35:37 EST 2008


Bruno Desthuilliers wrote:
> I Must have miss something...

Yeah, You have missed the beginning of the third sentence: "The tp_print
slot is not available from Python code". The tp_print slot is only
available in C code and is part of the C definition of a type. Hence tp_
as type.

Search for float_print and tp_print in
http://svn.python.org/view/python/trunk/Objects/floatobject.c?rev=60567&view=auto

Christian




More information about the Python-list mailing list