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 corona10
Recipients corona10, serhiy.storchaka, vstinner
Date 2019-10-10.05:31:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570685475.13.0.949767572532.issue38426@roundup.psfhosted.org>
In-reply-to
Content
I've got the warining like this.

Modules/gcmodule.c:1925:1: warning: ‘visit_validate’ defined but not used [-Wunused-function]
 visit_validate(PyObject *op, void *parent_raw)

This looks like only used in pydebug.
I'd like to propose declaring this function only in #ifdef Py_DEBUG.

My environment is 
CentOS Linux release 7.6.1810
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36)
History
Date User Action Args
2019-10-10 05:31:15corona10setrecipients: + corona10, vstinner, serhiy.storchaka
2019-10-10 05:31:15corona10setmessageid: <1570685475.13.0.949767572532.issue38426@roundup.psfhosted.org>
2019-10-10 05:31:15corona10linkissue38426 messages
2019-10-10 05:31:15corona10create