mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Issue #25923: Added more const qualifiers to signatures of static and private functions.
This commit is contained in:
parent
2d06e84455
commit
ef1585eb9a
60 changed files with 210 additions and 191 deletions
|
@ -873,7 +873,7 @@ get_tzinfo_member(PyObject *self)
|
|||
* this returns NULL. Else result is returned.
|
||||
*/
|
||||
static PyObject *
|
||||
call_tzinfo_method(PyObject *tzinfo, char *name, PyObject *tzinfoarg)
|
||||
call_tzinfo_method(PyObject *tzinfo, const char *name, PyObject *tzinfoarg)
|
||||
{
|
||||
PyObject *offset;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue