[issue3712] memoryview leaks references

Antoine Pitrou report at bugs.python.org
Thu Aug 28 13:24:32 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

Here is a patch. I feel a bit unsafe with the intended semantics of
getting a buffer on a memoryview object, but it fixes the leak.

----------
components: +Interpreter Core
keywords: +needs review, patch
nosy: +pitrou, teoliphant
type:  -> resource usage
Added file: http://bugs.python.org/file11286/memleak.patch

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


More information about the Python-bugs-list mailing list