mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
parent
c24217e144
commit
ddc120f4cf
@ -1409,6 +1409,7 @@ build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag)
|
||||
result = _PyObject_CallMethodIdObjArgs(time, &PyId_struct_time,
|
||||
args, NULL);
|
||||
Py_DECREF(time);
|
||||
Py_DECREF(args);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user