mirror of https://github.com/zulip/zulip.git
b2bc7941dc
Code like this is dangerous: class SimpleQueue(object): queues = set() because all instances will share the same 'queues' set object. We don't really need multiple instances, but neither is there a reason to break them. So do the normal Python thing instead. (imported from commit a56bb8414dd549cfd312c9565df198cf9d20f08a) |
||
---|---|---|
.. | ||
bugdown | ||
__init__.py | ||
actions.py | ||
avatar.py | ||
bulk_create.py | ||
cache.py | ||
context_managers.py | ||
initial_password.py | ||
message_cache.py | ||
parallel.py | ||
query.py | ||
queue.py | ||
response.py | ||
timeout.py | ||
timestamp.py |