Thomas Grainger
Thomas Grainger
> > This will need @willmcgugan to enable pre-commit.ci after merging > > Enable it how? https://pre-commit.ci/ and login with GitHub, then you can choose to enable it on this...
@willmcgugan would you prefer to use the pre-commit action? It's much slower but I can set it up by adding a yaml file. You'll still need to take action to...
@willmcgugan I added the pre-commit action for now
this is a bit more important to get done as 3.14 deprecated the policy system, and we need a way to enable eager tasks
> Question to my future self, or others: > > Just to confirm, this is not a breaking change, given that `--loop` is currently not accepting a different loop other...
@Kludex ok I've stopped fiddling with this PR now - it's good to be reviewed
There's a tradeoff where the default unfair load balancing favours lower latency and the SO_REUSEPORT(_LB) approach favours an even load between processes I suspect most people do want the fair...
It's feature complete, it just need a decision on how coverage for subprocesses will be managed, eg pytest-cov?
I'd also like to be able to link to the latest and stable versions: ```rst .. image:: https://img.shields.io/pypi/v/modernize/latest?logo=pypi :alt: PyPI Latest :target: https://pypi.org/project/modernize/latest .. image:: https://img.shields.io/pypi/v/modernize/stable?logo=pypi :alt: PyPI Stable :target:...
> > You need to explicitly aclose async generators. contextlib.aclosing was added in 3.10 for this purpose, you'll need to copy in the code to support 3.9 or conditionally use...