[issue10227] Improve performance of MemoryView slicing

Stefan Behnel report at bugs.python.org
Thu Feb 3 16:50:46 CET 2011


Stefan Behnel <scoder at users.sourceforge.net> added the comment:

A quick test against the py3k stdlib:

find -name "*.py" | while read file; do egrep '\[[-0-9]*:[-0-9]*\]' "$file"; done | wc -l

This finds 2096 lines in 393 files.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10227>
_______________________________________


More information about the Python-bugs-list mailing list