This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients georg.brandl, larry, loewis, nadeem.vawda, python-dev, serhiy.storchaka, taleinat, vstinner
Date 2019-01-05.16:01:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546704075.26.0.302658980872.issue20182@roundup.psfhosted.org>
In-reply-to
Content
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__,
 ^~~~~~~~~~~~
History
Date User Action Args
2019-01-05 16:01:16serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, georg.brandl, vstinner, taleinat, larry, nadeem.vawda, python-dev
2019-01-05 16:01:15serhiy.storchakasetmessageid: <1546704075.26.0.302658980872.issue20182@roundup.psfhosted.org>
2019-01-05 16:01:15serhiy.storchakalinkissue20182 messages
2019-01-05 16:01:15serhiy.storchakacreate