mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-12 21:32:28 -05:00
Fix a bug in ``logcontext.preserve_fn`` which made it leak context into the reactor, and add a test for it. Also, get rid of ``logcontext.reset_context_after_deferred``, which tried to do the same thing but had its own, different, set of bugs. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_dict_cache.py | ||
| test_expiring_cache.py | ||
| test_limiter.py | ||
| test_linearizer.py | ||
| test_log_context.py | ||
| test_lrucache.py | ||
| test_rwlock.py | ||
| test_snapshot_cache.py | ||
| test_treecache.py | ||
| test_wheel_timer.py | ||