Searched refs:time_strftime (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0rc3.rst | 35 time_strftime() buffer over-read.
|
/third_party/python/Modules/ |
D | timemodule.c | 726 time_strftime(PyObject *self, PyObject *args) function 1836 {"strftime", time_strftime, METH_VARARGS, strftime_doc},
|
D | _datetimemodule.c | 4373 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/ |
D | ignored.tsv | 294 Modules/_datetimemodule.c time_strftime keywords -
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 3418 @@ -759,7 +759,7 @@ time_strftime(PyObject *self, PyObject *args)
|
/third_party/python/Misc/ |
D | HISTORY | 403 - Issue #24917: time_strftime() buffer over-read.
|