mirror of
https://github.com/python/cpython.git
synced 2024-11-28 04:15:11 +08:00
plug refleak
This commit is contained in:
parent
0c2dba5726
commit
a55007a620
@ -517,6 +517,7 @@ setup_context(Py_ssize_t stack_level, PyObject **filename, int *lineno,
|
||||
}
|
||||
else {
|
||||
const char *module_str = _PyUnicode_AsString(*module);
|
||||
Py_XDECREF(*filename);
|
||||
if (module_str == NULL)
|
||||
goto handle_error;
|
||||
if (strcmp(module_str, "__main__") == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user