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 skrah
Recipients jcon, mark.dickinson, ncoghlan, petri.lehtinen, pitrou, pv, rupole, skrah, teoliphant, vstinner
Date 2011-09-18.09:22:30
SpamBayes Score 0.00040264783
Marked as misclassified No
Message-id <1316337750.74.0.0991522641089.issue10181@psf.upfronthosting.co.za>
In-reply-to
Content
Revision 4492afe05a07 allows memoryview to handle objects with an
__index__() method. This is for compatibility with the struct module
(See also #8300).
History
Date User Action Args
2011-09-18 09:22:31skrahsetrecipients: + skrah, teoliphant, mark.dickinson, ncoghlan, rupole, pitrou, vstinner, pv, jcon, petri.lehtinen
2011-09-18 09:22:30skrahsetmessageid: <1316337750.74.0.0991522641089.issue10181@psf.upfronthosting.co.za>
2011-09-18 09:22:30skrahlinkissue10181 messages
2011-09-18 09:22:30skrahcreate