mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Merged revisions 75020 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75020 | brett.cannon | 2009-09-22 12:13:27 -0700 (Tue, 22 Sep 2009) | 1 line Fix whitespace. ........
This commit is contained in:
parent
73753d354b
commit
ec79b1ca21
1 changed files with 42 additions and 41 deletions
|
|
@ -619,7 +619,8 @@ time_strptime(PyObject *self, PyObject *args)
|
|||
|
||||
if (!strptime_module)
|
||||
return NULL;
|
||||
strptime_result = PyObject_CallMethod(strptime_module, "_strptime_time", "O", args);
|
||||
strptime_result = PyObject_CallMethod(strptime_module,
|
||||
"_strptime_time", "O", args);
|
||||
Py_DECREF(strptime_module);
|
||||
return strptime_result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue