#4973: rewrite the function __getitem__ in matrix0.pyx to not explicitly use the
python/C api
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: craigcitro
Type: defect | Status: new
Priority: major | Milestone: sage-wishlist
Component: misc | Keywords:
----------------------+-----------------------------------------------------
{{{__getitem__}}} in matrix0.pyx uses C Python API and that code should
have '''never''' been merged as is. The C API was used to get maximum
speed. If possible rewrite this code to not use the C API, but it should
not lose too much speed. This might be impossible or require adding bits
to Cython.
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4973>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---