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 <[email protected]>
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: <[email protected]>
2015-02-03 16:35:23skrahlinkissue14203 messages
2015-02-03 16:35:23skrahcreate