mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
merge 3.2
This commit is contained in:
commit
9797e29f86
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ setup_context(Py_ssize_t stack_level, PyObject **filename, int *lineno,
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
const char *module_str = _PyUnicode_AsString(*module);
|
const char *module_str = _PyUnicode_AsString(*module);
|
||||||
Py_XDECREF(*filename);
|
*filename = NULL;
|
||||||
if (module_str == NULL)
|
if (module_str == NULL)
|
||||||
goto handle_error;
|
goto handle_error;
|
||||||
if (strcmp(module_str, "__main__") == 0) {
|
if (strcmp(module_str, "__main__") == 0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue