Searched refs:call_tzinfo_method (Results 1 – 3 of 3) sorted by relevance
1154 call_tzinfo_method(PyObject *tzinfo, const char *name, PyObject *tzinfoarg) in call_tzinfo_method() function1202 return call_tzinfo_method(tzinfo, "utcoffset", tzinfoarg); in call_utcoffset()1216 return call_tzinfo_method(tzinfo, "dst", tzinfoarg); in call_dst()
2910 Fixed premature DECREF in call_tzinfo_method. Patch by Tom Flanagan.
1534 - Issue #22044: Fixed premature DECREF in call_tzinfo_method.