mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-27 02:47:00 -05:00
d3347ad485
This reverts commit 9fbe70a7dc3afabfdac176ba1f4be32dd44602aa. 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.