Alex Willmer

Results 363 comments of Alex Willmer

I've been learning the ins and outs of ETXTBSY to tackle this bug. However, today it occurred to me that using the .deb packages would bypass this issue entirely, at...

I believe the behaviour was introduced in #137. I don't (yet) know what a fix would look like, I'll update if I figure something out. I happened to come across...

I've no pressing need for a fix, sorry for not making that clear. This report was mainly so people had a reference in case they hit it too. Thanks for...

Some adhoc research while I attempt this ticket | | [net.IP] | [netaddr.IP] | Notes | |-----------------------------|:--------:|:------------:|-------| | Is4() | | y | | | Is6() | | y |...

I just signed the individual CLA

Python 3.9.5 [ipaddress](https://docs.python.org/3.9/library/ipaddress.html#module-ipaddress) (for the properties it has in common) agrees with netaddr Code ```python import ipaddress import platform print(f"Python {platform.python_version()}") addresses = [ "::ffff:e000:0", "::ffff:e00f:0", "::ffff:7f00:1", ] attributes =...

More background research | Platform | Callable/property | Result | Discussions, bugs/PRs | |--|--|--|--| | Python 3.9 | ipaddress.ip_address.is_loopback | false | | Rust 1.52.1 | std::net::IpAddr: is_loopback() | [false](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=edf5df48850f188f042dfea062490b67)...

Found 4 cases, again I'm not sure if a discrepancy is a bug or a facet I've not understood. ``` :~/src/netaddr main(+163/-2)+± head -n1 crashers/*.quoted ==> crashers/27d12f56611c1d8c7b9b43548301cedccf204a9a.quoted crashers/28e6412b5bf60a7c02fb854dc9db7e6bd1102bfe.quoted crashers/3d78408db5a58a0c2ce3e5d61d07ad18ef72e243.quoted crashers/5abca428b93502d9c5c35fba2dad0207ce42addb.quoted

Test jig for inspecting discrepancies https://play.golang.org/p/u7C8wFvPSA4

Hello all, Sorry for the slow responses. I'm trying to catch up with the backlog. I'm not using Mitogen as much, so I'm afraid my attention is sporadic. @apple4ever thank...