Skip to content
Snippets Groups Projects
Commit d3347ad4 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Revert "Use sortedcontainers instead of blist"

This reverts commit 9fbe70a7.

It turns out that sortedcontainers.SortedDict is not an exact match for
blist.sorteddict; in particular, `popitem()` removes things from the opposite
end of the dict.

This is trivial to fix, but I want to add some unit tests, and potentially some
more thought about it, before we do so.
parent d5c74b9f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment