Issue 33659: leak in pythonrun.c? (original) (raw)
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:00 | admin | set | github: 77840 |
2018-05-27 12:52:41 | lekma | set | status: open -> closedresolution: not a bugmessages: + stage: resolved |
2018-05-27 09:48:37 | lekma | create |