Hi,
I just stumbled upon the following issue (I am running Debian):
$ python
Python 2.5.2 (r252:60911, Sep 29 2008, 21:15:13)
[GCC 4.3.2] on linux2
Type "help", "copyright" , "credits" or "license" for more information.
1
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: coercion to gmpy.mpz type failed
Is this a bug in gmpy?
If yes is there any way to issue the bug at
without creating a gmail account?
Thanks
Martin
I just stumbled upon the following issue (I am running Debian):
$ python
Python 2.5.2 (r252:60911, Sep 29 2008, 21:15:13)
[GCC 4.3.2] on linux2
Type "help", "copyright" , "credits" or "license" for more information.
>>[2, None].count(None)
>>from gmpy import mpz
>>[mpz(2), None].count(None)
>>[mpz(2), None].count(None)
File "<stdin>", line 1, in <module>
TypeError: coercion to gmpy.mpz type failed
>>>
If yes is there any way to issue the bug at
without creating a gmail account?
Thanks
Martin
Comment