pickle and infinity

Fredrik Lundh fredrik at pythonware.com
Wed Nov 29 13:08:58 EST 2006


Bart Ogryczak wrote:

> I´ve got this problem with pickle, it seems it doesn´t handle
> correctly infinite values (nor does Python return overflow/underflow
> error).

Python 2.X relies on the C library to serialize floats, and, as you've 
noticed, some C libraries can produce values that they themselves cannot 
read.

</F>




More information about the Python-list mailing list