Issue 33659: leak in pythonrun.c?

Issue33659

Created on 2018-05-27 09:48 by lekma, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg317789 - (view) Author: (lekma) * Date: 2018-05-27 09:48
Am I wrong in thinking 'filename_obj' should be decrefed before the last two return statements in set_main_loader()? If yes, what am I missing?
msg317792 - (view) Author: (lekma) * Date: 2018-05-27 12:52
sorry, my mistake, I missed the format specifier in PyObject_CallFunction()

sorry for the noise
History
Date User Action Args
2022-04-11 14:59:00adminsetgithub: 77840
2018-05-27 12:52:41lekmasetstatus: open -> closed
resolution: not a bug
messages: + msg317792

stage: resolved

2018-05-27 09:48:37lekmacreate