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

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

Files
File name Uploaded Description Edit
tmp5.patch kristjan.jonsson, 2008-07-16 14:07 patch for issue
Messages (2)
msg69788 - (view) Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) Date: 2008-07-16 14:07
In some cases, an error string generated by parsetok.c is not cleared 
by err_input().  A patch is provided.
msg70011 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-07-19 10:09
Applied in r65131.
History
Date User Action Args
2022-04-11 14:56:36adminsetgithub: 47628
2008-07-19 10:09:01georg.brandlsetstatus: open -> closed
keywords: patch, patch
resolution: fixed
messages: + msg70011
nosy: + georg.brandl
2008-07-16 14:07:11kristjan.jonssoncreate