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 lazka, skrah
Date 2017-05-31.17:05:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496250301.86.0.808510473239.issue30527@psf.upfronthosting.co.za>
In-reply-to
Content
"Py_buffer view" is stack allocated. One can use memoryviews based on such buffers *inside* a function, but not return them.
History
Date User Action Args
2017-05-31 17:05:01skrahsetrecipients: + skrah, lazka
2017-05-31 17:05:01skrahsetmessageid: <1496250301.86.0.808510473239.issue30527@psf.upfronthosting.co.za>
2017-05-31 17:05:01skrahlinkissue30527 messages
2017-05-31 17:05:01skrahcreate