On Jul 19, 5:05 pm, casevh wrote:
> GMPY 1.10 beta is now available. This version fixes an issue where
> very large objects would be cached for reuse instead of being freed.
Excellent! That explains the funny memory usage graph.
>
> Source code and Windows installers may be found
> athttp://cod
GMPY 1.10 beta is now available. This version fixes an issue where
very large objects would be cached for reuse instead of being freed.
Source code and Windows installers may be found at
http://code.google.com/p/gmpy/downloads/list
casevh
--
http://mail.python.org/mailman/listinfo/python-list
On Jul 8, 5:03 pm, Mensanator wrote:
> On Jul 7, 12:47 am, Mensanator wrote:
>
>
>
> > On Jul 7, 12:16 am, casevh wrote:
>
> > > I discovered a serious bug with comparisons and have posted alpha2
> > > which fixes that bug and adds Unicode support for Python 2.x
>
> > > casevh
>
> > Damn! I was
On Jul 7, 12:47 am, Mensanator wrote:
> On Jul 7, 12:16 am, casevh wrote:
>
> > I discovered a serious bug with comparisons and have posted alpha2
> > which fixes that bug and adds Unicode support for Python 2.x
>
> > casevh
>
> Damn! I was just congatulating myself for pulling off
> a hat trick
On Jul 7, 12:16�am, casevh wrote:
> I discovered a serious bug with comparisons and have posted alpha2
> which fixes that bug and adds Unicode support for Python 2.x
>
> casevh
Damn! I was just congatulating myself for pulling off
a hat trick (there had been no point in downloading
3.x without gm
I discovered a serious bug with comparisons and have posted alpha2
which fixes that bug and adds Unicode support for Python 2.x
casevh
--
http://mail.python.org/mailman/listinfo/python-list
An alpha release of GMPY that supports Python 2 and 3 is available.
GMPY is a wrapper for the GMP multiple-precision arithmetic
library. The MPIR multiple-precision arithmetic library is also
supported. GMPY is available for download from
http://code.google.com/p/gmpy/
Support for Python 3 require