This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Memory leak in imp.find_module
Type: resource usage Stage:
Components: Extension Modules Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: ocean-city
Priority: normal Keywords: easy, patch

Created on 2009-01-24 14:31 by ocean-city, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py3k_memory_leak.patch ocean-city, 2009-01-24 14:31
Messages (2)
msg80452 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2009-01-24 14:31
I found memory leak related to "es" on PyArg_ParseTuple.
msg80809 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2009-01-30 03:15
Fixed in r69117(py3k).
History
Date User Action Args
2022-04-11 14:56:44adminsetgithub: 49291
2009-01-30 03:15:45ocean-citysetstatus: open -> closed
keywords: - needs review
resolution: fixed
messages: + msg80809
2009-01-24 14:31:51ocean-citycreate