PyErr_WarnEx 3493 third_party/bintrees/bintrees/cwalker.c return PyErr_WarnEx(NULL, message, 1); PyErr_WarnEx 3025 third_party/bintrees/bintrees/qavltree.c return PyErr_WarnEx(NULL, message, 1); PyErr_WarnEx 3083 third_party/bintrees/bintrees/qavltree.c if (PyErr_WarnEx(NULL, warning, 0) < 0) goto bad; PyErr_WarnEx 3020 third_party/bintrees/bintrees/qbintree.c return PyErr_WarnEx(NULL, message, 1); PyErr_WarnEx 3078 third_party/bintrees/bintrees/qbintree.c if (PyErr_WarnEx(NULL, warning, 0) < 0) goto bad; PyErr_WarnEx 3022 third_party/bintrees/bintrees/qrbtree.c return PyErr_WarnEx(NULL, message, 1); PyErr_WarnEx 3080 third_party/bintrees/bintrees/qrbtree.c if (PyErr_WarnEx(NULL, warning, 0) < 0) goto bad;