On Fri, Mar 12, 2010 at 8:00 PM, Armin Rigo <[email protected]> wrote: > Hi Fredrik, > > On Fri, Mar 12, 2010 at 10:01:52PM +0100, Fredrik Johansson wrote: >> I have found two bugs while trying to run mpmath on pypy-1.2. > > Thank you a lot for the precise bug reports :-) We will fix it. >
Actually I fixed the one about fatal rpython assertion. There is also a problem, which seems to be windows only that I can't reproduce. (you need mpmath for that). from mpmath import fp for i in range(1000): fp.zeta(0.5+37235j) _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
