On Mon, Jun 25, 2012 at 10:12 PM, Robert Bradshaw
<
robe...@math.washington.edu> wrote:
> On Mon, Jun 25, 2012 at 3:42 PM, François Bissey
> <
francoi...@canterbury.ac.nz> wrote:
>> On Mon, 25 Jun 2012 18:36:40 David Roe wrote:
>>> It's due to a change in Cython. Cython now emits warnings for things like
>>>
>>> cdef mpz_t a
>>> mpz_init(a)
>>>
>>> since a hasn't been initialized.
>>>
>>> I don't know if anyone's working on getting rid of the warnings; I agree
>>> that they're annoying.
>>> David
>>>
>> Robert Bradshaw opened a ticket about it after the cython upgrade that caused
>> this but there is nothing workable so far.
>
> The solution is to fix the definition in
>
>
http://hg.sagemath.org/sage-main/file/01e0779db321/sage/libs/gmp/types.pxd#l1
>
> to be
>