I've encountered the following bug when constructing a non-prime finite field using Conway polynomials:

sage: p = 665256921185803461572698573
sage: GF(p**6)
Traceback (most recent call last):
...
AttributeError: 'int' object has no attribute 'divisors'

sage: version()
'SageMath version 8.2.beta8, Release Date: 2018-03-10'

I've not been able to understand where the bug comes from, so any help is welcome!

Thanks,
Bruno


--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to