mjschultz / py-radix

Python radix tree implementation for IPv4 and IPv6 prefix matching.
Other
119 stars 37 forks source link

search_best returned NULL without setting an exception #56

Open socketpair opened 3 months ago

socketpair commented 3 months ago

search_best('1.2.3.4/33')

gives:

SystemError: <built-in method search_best of _radix.Radix object at 0x7f130d79d610> returned NULL without setting an exception