Browse Source
In python3 filter returns a generator instead of a list. When -4 or -6 is used or if the host system has either of those address families disabled len() gets called onto this filter expression which results into a crash. This commit makes a filter expression out of this statement and also adds a test for ipv4-only downloading.a-bit-of-packaging
2 changed files with 21 additions and 2 deletions
Loading…
Reference in new issue