Home
last modified time | relevance | path

Searched refs:time_strftime (Results 1 – 7 of 7) 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.c726 time_strftime(PyObject *self, PyObject *args) function
1836 {"strftime", time_strftime, METH_VARARGS, strftime_doc},
D_datetimemodule.c4373 time_strftime(PyDateTime_Time *self, PyObject *args, PyObject *kw) in time_strftime() function
4672 {"strftime", (PyCFunction)(void(*)(void))time_strftime, METH_VARARGS | METH_KEYWORDS,
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv294 Modules/_datetimemodule.c time_strftime keywords -
/external/python/cpython3/Misc/
DHISTORY403 - Issue #24917: time_strftime() buffer over-read.