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 ncoghlan
Recipients kermode, mark.dickinson, ncoghlan, pitrou, teoliphant
Date 2010-12-17.03:56:10
SpamBayes Score 1.1427683e-08
Marked as misclassified No
Message-id <1292558172.15.0.762013468308.issue9990@psf.upfronthosting.co.za>
In-reply-to
Content
The PEP is quite clear that the object providing the buffer owns those fields. Last time I checked, the memoryview implementation appeared broken because it didn't respect that ownership (and created the potential for confusion on the topic).
History
Date User Action Args
2010-12-17 03:56:12ncoghlansetrecipients: + ncoghlan, teoliphant, mark.dickinson, kermode, pitrou
2010-12-17 03:56:12ncoghlansetmessageid: <1292558172.15.0.762013468308.issue9990@psf.upfronthosting.co.za>
2010-12-17 03:56:10ncoghlanlinkissue9990 messages
2010-12-17 03:56:10ncoghlancreate