James Small
James Small
The issue still exists. I tried using this library (Red Black Tree) and ran into this error - cannot delete root with class remove method. ```python # Minimal code to...
Created PR #7439 to fix above issue and corresponding test. Any comments welcome.
I cloned the repo and set it up without C extensions. Using the same setup as above I get this: ``` >>> import radix Traceback (most recent call last): File...
@mjschultz I'm not a C programmer, so I can't help with a solution to make the C extension Windows compatible without using win_inet_pton. However, if you would be willing to...