[issue33659] leak in pythonrun.c?

2018-05-27 Thread lekma
lekma added the comment: sorry, my mistake, I missed the format specifier in PyObject_CallFunction() sorry for the noise -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker

[issue33659] leak in pythonrun.c?

2018-05-27 Thread lekma
New submission from lekma : 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? -- components: Interpreter Core messages: 317789 nosy: lekma priority: normal severity: normal status: open title: