#10764: Cleanup cython warnings
------------------------+---------------------------------------------------
Reporter: robertwb | Owner: GeorgSWeber
Type: task | Status: new
Priority: major | Milestone: sage-4.7
Component: build | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by fbissey):
I hadn't mentioned these in #10493 I assume we want to fix them as well:
{{{
warning: sage/gsl/fft.pyx:1:0: __getslice__, __setslice__, and
__delslice__ are not supported by Python 3, use __getitem__, __setitem__,
and __delitem__ instead
warning: sage/gsl/gsl_array.pyx:1:0: __getslice__, __setslice__, and
__delslice__ are not supported by Python 3, use __getitem__, __setitem__,
and __delitem__ instead
warning: sage/modular/modsym/p1list.pyx:1:0: __getslice__, __setslice__,
and __delslice__ are not supported by Python 3, use __getitem__,
__setitem__, and __delitem__ instead
warning: sage/modules/free_module_element.pyx:1:0: __getslice__,
__setslice__, and __delslice__ are not supported by Python 3, use
__getitem__, __setitem__, and __delitem__ instead
warning: sage/modules/free_module_element.pyx:1:0: __getslice__,
__setslice__, and __delslice__ are not supported by Python 3, use
__getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/laurent_series_ring_element.pyx:1:0: __getslice__,
__setslice__, and __delslice__ are not supported by Python 3, use
__getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polydict.pyx:1:0: __getslice__,
__setslice__, and __delslice__ are not supported by Python 3, use
__getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polynomial_gf2x.pyx:1:0: __getslice__,
__setslice__, and __delslice__ are not supported by Python 3, use
__getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polynomial_zmod_flint.pyx:1:0:
__getslice__, __setslice__, and __delslice__ are not supported by Python
3, use __getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polynomial_element.pyx:1:0: __getslice__,
__setslice__, and __delslice__ are not supported by Python 3, use
__getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polynomial_integer_dense_ntl.pyx:1:0:
__getslice__, __setslice__, and __delslice__ are not supported by Python
3, use __getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polynomial_zz_pex.pyx:1:0: __getslice__,
__setslice__, and __delslice__ are not supported by Python 3, use
__getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polynomial_integer_dense_flint.pyx:1:0:
__getslice__, __setslice__, and __delslice__ are not supported by Python
3, use __getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polynomial_modn_dense_ntl.pyx:1:0:
__getslice__, __setslice__, and __delslice__ are not supported by Python
3, use __getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polynomial_modn_dense_ntl.pyx:1:0:
__getslice__, __setslice__, and __delslice__ are not supported by Python
3, use __getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polynomial_modn_dense_ntl.pyx:1:0:
__getslice__, __setslice__, and __delslice__ are not supported by Python
3, use __getitem__, __setitem__, and __delitem__ instead
warning: sage/structure/parent.pyx:1:0: __getslice__, __setslice__, and
__delslice__ are not supported by Python 3, use __getitem__, __setitem__,
and __delitem__ instead
warning: sage/rings/polynomial/polynomial_rational_flint.pyx:1:0:
__getslice__, __setslice__, and __delslice__ are not supported by Python
3, use __getitem__, __setitem__, and __delitem__ instead
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10764#comment:2>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.