allow async signal receivers

This commit is contained in:
pgjones 2023-04-10 10:21:13 +01:00 committed by David Lord
parent a05c0c6b72
commit 8239765a44
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
5 changed files with 25 additions and 12 deletions

View file

@ -30,6 +30,7 @@ Unreleased
decorated function if locking is needed. :issue:`4993`
- Signals are always available. ``blinker>=1.6.2`` is a required dependency. The
``signals_available`` attribute is deprecated. :issue:`5056`
- Signals support ``async`` subscriber functions. :pr:`5049`
- Remove uses of locks that could cause requests to block each other very briefly.
:issue:`4993`
- Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``.