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 import.c
Type: resource usage Stage:
Components: Interpreter Core Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, georg.brandl, kristjan.jonsson
Priority: high Keywords: easy, patch

Created on 2008-07-15 21:18 by kristjan.jonsson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tmp3.patch kristjan.jonsson, 2008-07-15 21:18 patch for issue
Messages (2)
msg69719 - (view) Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) Date: 2008-07-15 21:18
Failure to deallocate a buffer returned by PyArg_ParseTuple.  Patch is 
attached.
Found using purify while running the testsuite.
msg70012 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-07-19 10:13
Applied in r65132.
History
Date User Action Args
2022-04-11 14:56:36adminsetgithub: 47618
2008-07-19 10:13:27georg.brandlsetstatus: open -> closed
nosy: + georg.brandl
resolution: fixed
messages: + msg70012
keywords: patch, patch, easy
2008-07-15 22:34:13brett.cannonsetpriority: high
keywords: patch, patch, easy
2008-07-15 22:25:21brett.cannonsetkeywords: patch, patch, easy
nosy: + brett.cannon
2008-07-15 21:18:34kristjan.jonssoncreate