DanielStutzbach / blist

A list-like type with better asymptotic performance and similar performance on small lists
Other
313 stars 35 forks source link

replace import collections with collections.abc #85

Open FelixKleineBoesing opened 4 years ago

FelixKleineBoesing commented 4 years ago

replaced collections with collections.abc to be compatible with python 3.8

FelixKleineBoesing commented 4 years ago

Push

mzpqnxow commented 3 years ago

A bit late for me to make this comment, but FYI, this will break Python2.x, which doesn't have collections.abc