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 docs@python, indygreg, skrah
Date 2017-06-16.12:23:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497615828.75.0.466793411515.issue30625@psf.upfronthosting.co.za>
In-reply-to
Content
Okay thanks, it's good to hear what others think about the docs.

> So I have no clue why "y#" is refusing such an object.

"y#" is refusing memoryview(bytes) because "y#" only allows objects without a releasebufferproc and memoryview itself always has one.


I wonder if we could simply use the cleanup() solution also for "y#", but I have to look closer at this.
History
Date User Action Args
2017-06-16 12:23:48skrahsetrecipients: + skrah, docs@python, indygreg
2017-06-16 12:23:48skrahsetmessageid: <1497615828.75.0.466793411515.issue30625@psf.upfronthosting.co.za>
2017-06-16 12:23:48skrahlinkissue30625 messages
2017-06-16 12:23:48skrahcreate