1
0
Files
synapse/synapse
David Robertson e5afd0ab99 Make event objects unhashable
Generally speaking one should look up an event by its id. Otherwise
we'll fall back to `object.__hash__` (the instance's address, under
CPython) which is probably not what you want.

Noticed in #15240.
2023-03-21 22:23:08 +00:00
..
2023-03-21 22:23:08 +00:00
2023-02-16 16:09:11 +00:00