avl_insert 44 third_party/bintrees/bintrees/ctrees.h int avl_insert(node_t **root, PyObject *key, PyObject *value); avl_insert 1365 third_party/bintrees/bintrees/qavltree.c __pyx_t_1 = PyInt_FromLong(avl_insert((&__pyx_v_self->_root), __pyx_v_key, __pyx_v_value)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;}