[Matrix-SIG] Numeric Nits

Konrad Hinsen hinsen@cnrs-orleans.fr
Thu, 24 Jun 1999 20:07:08 +0200


> side of things.  Since Python uses Int32 as the standard length integer
> (or am I wrong about this on 64bit machines...), casts from 'int' to

Python ints are C longs. On Alphas, for example, this means 64 bit
numbers. And yes, this does create compatibility problems, it is for
example impossible to read integer arrays pickled on an Alpha on any
other machine.
-- 
-------------------------------------------------------------------------------
Konrad Hinsen                            | E-Mail: hinsen@cnrs-orleans.fr
Centre de Biophysique Moleculaire (CNRS) | Tel.: +33-2.38.25.55.69
Rue Charles Sadron                       | Fax:  +33-2.38.63.15.17
45071 Orleans Cedex 2                    | Deutsch/Esperanto/English/
France                                   | Nederlands/Francais
-------------------------------------------------------------------------------