[New-bugs-announce] [issue3608] memoryview constructor has no deallocator

Roger Upole report at bugs.python.org
Wed Aug 20 00:50:39 CEST 2008


New submission from Roger Upole <rupole at hotmail.com>:

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.

----------
components: Interpreter Core
messages: 71495
nosy: rupole
severity: normal
status: open
title: memoryview constructor has no deallocator
type: resource usage
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3608>
_______________________________________


More information about the New-bugs-announce mailing list