diff options
author | Hillery Shay <shaysquared@gmail.com> | 2021-09-28 09:13:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 09:13:23 -0700 |
commit | 0f007fe009dde43a3a85aacee12cd51cd603bd1c (patch) | |
tree | 8d4123fe6224bc3343f4a11bd914fce6d5dff99f | |
parent | Drop backwards-compatibility support for "outlier" (#10903) (diff) | |
download | synapse-0f007fe009dde43a3a85aacee12cd51cd603bd1c.tar.xz |
Update utility code to handle C implementations of frozendict (#10902)
* update _handle_frozendict to work with c implementations of frozen dict * add changelog * add clarifying comment to _handle_frozendict
-rw-r--r-- | changelog.d/10902.misc | 1 | ||||
-rw-r--r-- | synapse/util/__init__.py | 8 |
2 files changed, 8 insertions, 1 deletions
diff --git a/changelog.d/10902.misc b/changelog.d/10902.misc new file mode 100644 |