merge 3.2

This commit is contained in:
Benjamin Peterson 2011-07-03 22:19:29 -05:00
commit 401d197657
1 changed files with 1 additions and 0 deletions

View File

@ -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) {