Home
last modified time | relevance | path

Searched refs:time_strftime (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Misc/NEWS.d/
D3.5.0rc3.rst35 time_strftime() buffer over-read.
/external/python/cpython2/Modules/
Dtimemodule.c463 time_strftime(PyObject *self, PyObject *args) in time_strftime() function
891 {"strftime", time_strftime, METH_VARARGS, strftime_doc},
Ddatetimemodule.c3305 time_strftime(PyDateTime_Time *self, PyObject *args, PyObject *kw) in time_strftime() function
3526 {"strftime", (PyCFunction)time_strftime, METH_VARARGS | METH_KEYWORDS,
/external/python/cpython3/Modules/
Dtimemodule.c721 time_strftime(PyObject *self, PyObject *args) function
1799 {"strftime", time_strftime, METH_VARARGS, strftime_doc},
D_datetimemodule.c4382 time_strftime(PyDateTime_Time *self, PyObject *args, PyObject *kw) in time_strftime() function
4681 {"strftime", (PyCFunction)(void(*)(void))time_strftime, METH_VARARGS | METH_KEYWORDS,
/external/python/cpython3/Misc/
DHISTORY403 - Issue #24917: time_strftime() buffer over-read.