Issue 3378: Memory leak in pythonrun.c (original) (raw)

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:36 admin set github: 47628
2008-07-19 10:09:01 georg.brandl set status: open -> closedkeywords:patch, patchresolution: fixedmessages: + nosy: + georg.brandl
2008-07-16 14:07:11 kristjan.jonsson create