Message354313
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) |
|
| Date |
User |
Action |
Args |
| 2019-10-10 05:31:15 | corona10 | set | recipients:
+ corona10, vstinner, serhiy.storchaka |
| 2019-10-10 05:31:15 | corona10 | set | messageid: <1570685475.13.0.949767572532.issue38426@roundup.psfhosted.org> |
| 2019-10-10 05:31:15 | corona10 | link | issue38426 messages |
| 2019-10-10 05:31:15 | corona10 | create | |
|