URL: https://github.com/freeipa/freeipa/pull/142
Title: #142: CheckedIPAddress: Implement __(g|s)etstate__ and to ensure proper
(un)pickling
mbasti-rh commented:
"""
IMO here (__init__ of CheckedIPAddress) is missing self._net = addr._net it
may cause issues
```
if isinstance(addr, CheckedIPAddress):
self.prefixlen = addr.prefixlen
return
```
and self._net should be handled in parent class
"""
See the full comment at
https://github.com/freeipa/freeipa/pull/142#issuecomment-251949631
--
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code