[issue10227] Improve performance of MemoryView slicing

Stefan Behnel report at bugs.python.org
Tue Feb 1 13:42:38 CET 2011


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

I've extracted and fixed the part of this patch that implements the slice object cache. In particular, PySlice_Fini() was incorrectly implemented. This patch applies cleanly for me against the latest py3k branch.

----------
Added file: http://bugs.python.org/file20639/slice-object-cache.patch

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


More information about the Python-bugs-list mailing list