matemax
matemax
**Describe the bug** If any View http-method is marked as stream all other method will me mark also. **Code snippet** ```python class MyView(BaseView): @stream async def post(): return await make_stream()...
It seems, The task "_failed_task" may mark as done (cancelled) in a case of shutdown service. And the folllowing line would be does not correct (probably): https://github.com/aio-libs/aiojobs/blob/074ce36e0cade929481b87a97990a6946e31341f/aiojobs/_scheduler.py#L100 We can check...
* **asyncpg version**: 0.26.0 * **PostgreSQL version**: 12 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: no, local...
### Description Our project depends on some library `A` which has extra path dependency. We compile wheels for linux and windows and publish its to local pypi. When we try...
Support python3.10 was added Tests pass