Home
last modified time | relevance | path

Searched refs:call_tzinfo_method (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/
D_datetimemodule.c1154 call_tzinfo_method(PyObject *tzinfo, const char *name, PyObject *tzinfoarg) in call_tzinfo_method() function
1202 return call_tzinfo_method(tzinfo, "utcoffset", tzinfoarg); in call_utcoffset()
1216 return call_tzinfo_method(tzinfo, "dst", tzinfoarg); in call_dst()
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst2910 Fixed premature DECREF in call_tzinfo_method. Patch by Tom Flanagan.
/third_party/python/Misc/
DHISTORY1534 - Issue #22044: Fixed premature DECREF in call_tzinfo_method.