In the BTreeItem struct: For clarity, rename the child pointer from
"value" to "child". All the rest is mechanical name-changing. Next step is to change the decl of child from PyObject* to Sized*.
Showing
Please register or sign in to comment