This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients brett.cannon, gvanrossum, pitrou
Date 2008-08-07.21:03:40
SpamBayes Score 0.0027538037
Marked as misclassified No
Message-id <1218143018.5762.17.camel@fsol>
In-reply-to <1218053557.26.0.142168657254.issue3506@psf.upfronthosting.co.za>
Content
Le mercredi 06 août 2008 à 20:12 +0000, Guido van Rossum a écrit :
> +1.  buffer() stinks.  memoryview() rules.  They don't hvae the same use
> cases.
> 
> Is there truly nobody else who understands PEP 3118 well enough?

PEP 3118 is not very detailed (for example the exact semantics of
slicing are not specified: should it return a copy? I suppose not).
Also, most advanced uses of the buffer API seem related to numpy and
similar packages, which I've never used.
History
Date User Action Args
2008-08-07 21:03:41pitrousetrecipients: + pitrou, gvanrossum, brett.cannon
2008-08-07 21:03:40pitroulinkissue3506 messages
2008-08-07 21:03:40pitroucreate