Serhiy Storchaka <[email protected]> added the comment:
Seems PR 11328 introduced a compiler warning:
In file included from ./Include/Python.h:64:0,
from ./Python/sysmodule.c:17:
./Python/sysmodule.c:1597:14: warning: ‘sys_clear_type_cache__doc__’ defined
but not used [-Wunused-variable]
PyDoc_STRVAR(sys_clear_type_cache__doc__,
^
./Include/pymacro.h:70:37: note: in definition of macro ‘PyDoc_VAR’
#define PyDoc_VAR(name) static char name[]
^~~~
./Python/sysmodule.c:1597:1: note: in expansion of macro ‘PyDoc_STRVAR’
PyDoc_STRVAR(sys_clear_type_cache__doc__,
^~~~~~~~~~~~
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue20182>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com