issues Search Results · repo:django/asgiref language:Python
Filter by
240 results
(69 ms)240 results
indjango/asgiref (press backspace or delete to remove)Problem
RuntimeError: CurrentThreadExecutor already quit or is broken is raised on tasks that are spawned from a request and use
sync_to_async after the spawning request is complete.
I m aware background ...
novucs
- 6
- Opened 8 days ago
- #526
I m trying to reproduce but couldn t. But the new executor works with old sync.py
(https://github.com/django/asgiref/blob/3.8.1/asgiref/sync.py)
The test code structure is like:
import pytest
from django.test.client ...
kigawas
- 6
- Opened 23 days ago
- #525
The reason raw_path is purely what the client sends, it s not ambiguous.
While path tends to have various assumptions, whether %2f should be decoded or not, percent-encoding contains utf-8 or
what, is ...
nggit
- 1
- Opened 25 days ago
- #524
asgiref 3.9.0 in conjunction with django-hosts 7.0.0 (their latest version) makes between 10% and 20% of requests to our
admin host fail with
NoReverseMatch: admin is not a registered namespace
These ...
phihag
- 14
- Opened on Jul 7
- #522
Reproduced with fc0599e122edcde0f84962b219ea591428124106.
$ tox -e pypy311-test
pypy311-test: install_deps python -I -m pip install setuptools
.pkg-pypy311: _optional_hooks python /usr/lib/python3.14/site-packages/pyproject_api/_backend.py ...
mgorny
- 2
- Opened on Jul 4
- #519
The fix for #501 (#505) caused test failures in https://salsa.debian.org/freexian-team/debusine, visible for example in
https://salsa.debian.org/cjwatson/debusine/-/jobs/7787027. Copying for posterity: ...
cjwatson
- 4
- Opened on Jul 3
- #518
Some ASGI servers, such as uvicorn, will sometimes pass a scope object to WsgiToAsgi where scope[ server ] is set to
None. This causes the app to crash when build_environ tries to access scope[ server ...
graysonchao
- Opened on Jun 4
- #514
#367 changed the initialisation of the task in ApplicationCommunicator from using asyncio.ensure_future to using
asyncio.create_task
While is is generally a positive change and use of asyncio.create_task ...
riconnon
- 5
- Opened on Mar 28
- #501
For now, I m using this approach, which should be in the asgiref:
import functools
...
from asgiref.sync import async_to_sync as _async_to_sync
...
def async_to_sync(awaitable: Callable[P, Coroutine[Any, ...
NiKuma0
- Opened on Mar 20
- #500

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.