Changeset 35:426db05d5ea8


Ignore:
Timestamp:
03/03/06 15:11:43 (7 years ago)
Author:
Gonzalo Tornaria <tornaria@…>
Branch:
default
Message:

[project @ poly-06: merge with 1.0.7]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/rings/polynomial_element.py

    r32 r35  
    21442144            return 
    21452145 
    2146         elif isinstance(x, gen) and x.type() == 't_POL': 
    2147             x = list(reversed(eval(str(x.lift().list())))) 
     2146        elif isinstance(x, pari_gen): 
     2147            x = [ZZ(w) for w in x.Vecrev()] 
    21482148            check = False 
    21492149 
Note: See TracChangeset for help on using the changeset viewer.