#17470: Let exponentiation of polynomial using FLINT nmod type be interrupted
-------------------------------------+-------------------------------------
       Reporter:  jpflori            |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.5
      Component:  finite rings       |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jean-Pierre Flori  |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/jpflori/ticket/17470             |  ef28e279723adb97ee90c4f01e016decd5bcbc4b
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by {'newvalue': u'Jean-Pierre Flori', 'oldvalue': ''}):

 * status:  new => needs_review
 * author:   => Jean-Pierre Flori
 * cc: vbraun, jdemeyer (added)
 * branch:   => u/jpflori/ticket/17470
 * commit:   => ef28e279723adb97ee90c4f01e016decd5bcbc4b


Old description:

> {{{
> sage: k = GF(next_prime(2**30))
> sage: x = polygen(k)
> sage: x**p
> CTRL+C....
> }}}

New description:

 {{{
 sage: p = next_prime(2**30)
 sage: k = GF(p)
 sage: x = polygen(k)
 sage: x**p
 CTRL+C....
 }}}

--

Comment:

 New commits:
 
||[http://git.sagemath.org/sage.git/commit/?id=0aed331ca64eb9186fb8a9b462f42415df96b1cb
 0aed331]||{{{Make modular exponentiation of polynomial using FLINT
 interruptable.}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=ef28e279723adb97ee90c4f01e016decd5bcbc4b
 ef28e27]||{{{Better fix for exponentiation of polys using FLINT nmod and
 test.}}}||

--
Ticket URL: <http://trac.sagemath.org/ticket/17470#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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 http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to