[Python-ideas] pop multiple elements of a list at once
Nick Coghlan
ncoghlan at gmail.com
Mon Jul 12 15:35:57 CEST 2010
On Mon, Jul 12, 2010 at 10:59 PM, Antoine Pitrou <solipsis at pitrou.net> wrote:
> memoryviews don't provide a high-level view over their chunk of memory,
> though, only bytes-level.
> (they were specified to provide such a view, but it was never
> implemented)
True, but the use case the original poster mentioned was for a bytes level view.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-ideas
mailing list