[New-bugs-announce] [issue3368] Memory leak in import.c

Kristján Valur Jónsson report at bugs.python.org
Tue Jul 15 23:18:36 CEST 2008


New submission from Kristján Valur Jónsson <kristjan at ccpgames.com>:

Failure to deallocate a buffer returned by PyArg_ParseTuple.  Patch is 
attached.
Found using purify while running the testsuite.

----------
components: Interpreter Core
files: tmp3.patch
keywords: easy, patch, patch
messages: 69719
nosy: krisvale
severity: normal
status: open
title: Memory leak in import.c
type: resource usage
versions: Python 3.0
Added file: http://bugs.python.org/file10900/tmp3.patch

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


More information about the New-bugs-announce mailing list