Floating point bug?
Christian Heimes
lists at cheimes.de
Thu Feb 14 09:35:37 EST 2008
More information about the Python-list mailing list
Thu Feb 14 09:35:37 EST 2008
- Previous message (by thread): Floating point bug?
- Next message (by thread): Floating point bug?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Floating point bug?
- Next message (by thread): Floating point bug?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list