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 kelleynnn, ncoghlan, pitrou, python-dev, serhiy.storchaka, skrah
Date 2015-02-03.16:35:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422981324.2.0.718448600284.issue14203@psf.upfronthosting.co.za>
In-reply-to
Content
bytesiobuf_getbuffer() also still has this obsolete feature, so
BufferError should be raised if view==NULL.

I'm unsure if this plays well with the new SHARED_BUF(b) thing.

Should the exception be raised before or after?
History
Date User Action Args
2015-02-03 16:35:24skrahsetrecipients: + skrah, ncoghlan, pitrou, python-dev, serhiy.storchaka, kelleynnn
2015-02-03 16:35:24skrahsetmessageid: <1422981324.2.0.718448600284.issue14203@psf.upfronthosting.co.za>
2015-02-03 16:35:23skrahlinkissue14203 messages
2015-02-03 16:35:23skrahcreate