[pypy-dev] Two bugs in PyPy 1.2

Maciej Fijalkowski fijall at gmail.com
Sat Mar 13 07:23:24 CET 2010


On Fri, Mar 12, 2010 at 8:00 PM, Armin Rigo <arigo at tunes.org> 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)



More information about the Pypy-dev mailing list