plug refleak
This commit is contained in:
parent
65c153547b
commit
9b6c60530b
|
@ -514,6 +514,7 @@ setup_context(Py_ssize_t stack_level, PyObject **filename, int *lineno,
|
|||
}
|
||||
else {
|
||||
const char *module_str = PyString_AsString(*module);
|
||||
Py_XDECREF(*filename);
|
||||
if (module_str && strcmp(module_str, "__main__") == 0) {
|
||||
PyObject *argv = PySys_GetObject("argv");
|
||||
if (argv != NULL && PyList_Size(argv) > 0) {
|
||||
|
|
Loading…
Reference in New Issue