[issue3378] Memory leak in pythonrun.c

Kristján Valur Jónsson report at bugs.python.org
Wed Jul 16 16:07:12 CEST 2008


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

In some cases, an error string generated by parsetok.c is not cleared 
by err_input().  A patch is provided.

----------
components: Interpreter Core
files: tmp5.patch
keywords: patch, patch
messages: 69788
nosy: krisvale
severity: normal
status: open
title: Memory leak in pythonrun.c
type: resource usage
versions: Python 3.0
Added file: http://bugs.python.org/file10905/tmp5.patch

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


More information about the Python-bugs-list mailing list