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 Arfrever, belopolsky, larry, martin.panter, pitrou, serhiy.storchaka, skrah
Date 2015-02-01.20:32:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422822744.91.0.589858199011.issue22896@psf.upfronthosting.co.za>
In-reply-to
Content
[Slow internet connection, can't use Rietveld.]

CDataType_from_buffer():

I'm not that familiar with ctypes.  What is the high level goal here?
Allocate a chunk of memory, wrap it in a memoryview and have the
memoryview release that memory when its refcount is 0?

If so, I think we desperately need direct support for that in
memoryview.
History
Date User Action Args
2015-02-01 20:32:24skrahsetrecipients: + skrah, belopolsky, pitrou, larry, Arfrever, martin.panter, serhiy.storchaka
2015-02-01 20:32:24skrahsetmessageid: <1422822744.91.0.589858199011.issue22896@psf.upfronthosting.co.za>
2015-02-01 20:32:24skrahlinkissue22896 messages
2015-02-01 20:32:24skrahcreate