Home
last modified time | relevance | path

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

/third_party/python/Misc/NEWS.d/
D3.5.0rc3.rst35 time_strftime() buffer over-read.
/third_party/python/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,
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv294 Modules/_datetimemodule.c time_strftime keywords -
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch3418 @@ -759,7 +759,7 @@ time_strftime(PyObject *self, PyObject *args)
/third_party/python/Misc/
DHISTORY403 - Issue #24917: time_strftime() buffer over-read.