Mailing List Archive

[issue5041] Memory leak in imp.find_module
New submission from Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>:

I found memory leak related to "es" on PyArg_ParseTuple.

----------
components: Extension Modules
files: py3k_memory_leak.patch
keywords: easy, needs review, patch
messages: 80452
nosy: ocean-city
severity: normal
status: open
title: Memory leak in imp.find_module
type: resource usage
versions: Python 3.0
Added file: http://bugs.python.org/file12844/py3k_memory_leak.patch

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue5041>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue5041] Memory leak in imp.find_module [ In reply to ]
Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> added the comment:

Fixed in r69117(py3k).

----------
keywords: -needs review
resolution: -> fixed
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue5041>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com