Commit Graph

3 Commits

Author SHA1 Message Date
Nicolas F 9f8f0eab91 fix newer linter warnings
Apparently bare excepts are literally Hitler, and we have some
new import sorting rules. Hooray!
2019-06-25 17:49:15 +02:00
queue b1d187613a bencode: fix nontermination on empty or malformed input
read(1) returns b'' on EOF, which wasn't checked for in a couple cases,
which could cause empty/truncated input to enter one of the `while True`
loops without hope of exit. programming is hard.
2017-07-24 20:53:48 -06:00
nyaadev 00d65e312c Initial commit. 2017-05-12 20:51:49 +02:00