You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirming what @lithammer reported in #8 (comment)_ , the following exceptions are raised for the IPv6 addresses "::", "::1", "::2", ..., "::f", which should all be valid. For some reason, the errors do not occur with "::10".
I just ran into the same issue. The SystemError might be result of returning a NULL from C to python without setting the error.
Scrolling through the Code I see at least one possible instance (picked randomly here) where this might be the case, compare how in the first return NULL is returned, in the second one the error message is set.
Confirming what @lithammer reported in #8 (comment)_ , the following exceptions are raised for the IPv6 addresses "::", "::1", "::2", ..., "::f", which should all be valid. For some reason, the errors do not occur with "::10".
It is not clear to me at what point that this bug is triggered, perhaps somewhere in _key_object_to_prefix()?
The text was updated successfully, but these errors were encountered: