DanielStutzbach / blist

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

Python 3.10 Support #99

Open stefanor opened 2 years ago

stefanor commented 2 years ago

Debian is carrying this (on top of #91 for 3.9 support).

Py_REFCNT() is no longer an lvalue; use Py_SET_REFCNT() instead.

collections.MutableSet is obsolete, replaced by collections.abc.MutableSet.

haobibo commented 2 years ago

@DanielStutzbach could you please consider accepting this PR for Python 3.10?