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 rupole
Recipients rupole
Date 2008-08-19.22:50:37
SpamBayes Score 0.00027685546
Marked as misclassified No
Message-id <1219186239.27.0.516821193842.issue3608@psf.upfronthosting.co.za>
In-reply-to
Content
When using PyMemoryView_FromMemory to create a new object, you have to
pass in a preallocated buffer.  However, there's no way to specify a
routine to free the memory, and it leaks when the object is destroyed.
History
Date User Action Args
2008-08-19 22:50:39rupolesetrecipients: + rupole
2008-08-19 22:50:39rupolesetmessageid: <1219186239.27.0.516821193842.issue3608@psf.upfronthosting.co.za>
2008-08-19 22:50:38rupolelinkissue3608 messages
2008-08-19 22:50:37rupolecreate