rb_insert          48 third_party/bintrees/bintrees/ctrees.h int rb_insert(node_t **root, PyObject *key, PyObject *value);
rb_insert        1365 third_party/bintrees/bintrees/qrbtree.c   __pyx_t_1 = PyInt_FromLong(rb_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;}