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 georg.brandl, jcea, mark.dickinson, ncoghlan, pitrou
Date 2011-02-22.22:01:49
SpamBayes Score 0.0031810172
Marked as misclassified No
Message-id <1298412110.57.0.709159670436.issue11286@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine's patch looks good to me.

Given the assumptions in the memoryview code, disallowing NULL for the buf pointer sounds like the right thing to do, even for zero-length buffers.
History
Date User Action Args
2011-02-22 22:01:50ncoghlansetrecipients: + ncoghlan, georg.brandl, jcea, mark.dickinson, pitrou
2011-02-22 22:01:50ncoghlansetmessageid: <1298412110.57.0.709159670436.issue11286@psf.upfronthosting.co.za>
2011-02-22 22:01:50ncoghlanlinkissue11286 messages
2011-02-22 22:01:50ncoghlancreate