issues Search Results · repo:python-trio/async_generator language:Python
Filter by
14 results
(65 ms)14 results
inpython-trio/async_generator (press backspace or delete to remove)Now that Python 3.6 reached EOL, I believe this library does more harm than good and we should deprecate it and
eventually archive it. What do you think?
pquentin
- 6
- Opened on Jan 26, 2022
- #35
I m trying to package your module as an rpm package. So I m using the typical build, install and test cycle used on
building packages from non-root account.
- setup.py build
- setup.py install --root ...
kloczek
- 2
- Opened on Sep 6, 2021
- #34
I was expecting something like the following example to work, but it does not. This originally came up in:
https://github.com/tiangolo/fastapi/issues/1204
from async_generator import asynccontextmanager ...
mrosales
- 4
- Opened on May 2, 2020
- #32
I don t know if this is intentional, but contextlib s asynccontextmanager decorated functions return None whereas here
they d return False. The snippet below shows that:
import asyncio
import contextlib ...
gsalgado
- 3
- Opened on Mar 31, 2020
- #31
Python version: Python 3.7.6+ (heads/3.7:b0a6ec256b) OS: macOS 10.14.6
async_generator.asynccontextmanager started to fail in python 3.7-dev(which is also the 3.7-dev in pyenv). If we change
to use contextlib.asynccontextmanager, ...
mhchia
- 1
- Opened on Feb 3, 2020
- #30
I have an abstract class that defines an abstract async context manager (Python 3.7 code):
import abc
import contextlib
class Foo(metaclass=abc.ABCMeta):
@abc.abstractmethod
@contextlib.asynccontextmanager ...
JoseKilo
- Opened on Jun 20, 2019
- #29
Hi,
On pypi the 1.10 is already published. it would be nice to have a corresponding git commit available via a pushed git
tag. Can you please tag and push 1.10 to github? cheers
anthraxx
- 2
- Opened on Aug 13, 2018
- #24
Is it possible to create a new release/tag? The latest one if from January and there have been non-insignificant fixes
since.
Thank you.
KimiNewt
- 3
- Opened on Jul 31, 2018
- #21
In private email, Nicolas Boulenguez reported the following issues they encountered while working on packaging
async_generator for Debian:
- [x] The 1.9 tag is missing from Github.
- [x] The source ...
njsmith
- 3
- Opened on Apr 23, 2018
- #19

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!
Restrict your search to the title by using the in:title qualifier.