CoolCat467

Results 121 comments of CoolCat467

It appears that they fixed this a while ago

Updates: - Mypy version used: dmypy 1.11.0 Traceback: ``` /dmypy suggest crash.py: error: INTERNAL ERROR -- Please try using mypy master on GitHub: https://mypy.readthedocs.io/en/stable/common_issues.html#using-a-development-mypy-build Please report a bug at https://github.com/python/mypy/issues...

This sounds incredibly similar to #2848. EDIT: In #2848, we found out that basically gevent monkey-patches some things in the `select` module and that breaks things for trio. Apparently this...

Updating branch to see if any changes with new ruff versions

pre-commit.ci autofix

Given that https://github.com/astral-sh/ruff/issues/11316 is still open, I am thinking of merging this soon unless anyone has any other comments.

I don't think changing versions on a whim is worth it. Trio ships releases when they are ready.

I agree with what was mentioned in https://github.com/python-trio/trio/issues/220#issuecomment-402074276, I definitely think making a release on every commit to main would drive people away. I know I would feel uncomfortable if...

I like this pull request a lot more than #2407

Very similar approaches, both based on tweaking asyncio's solution. The other one uses a nursery it sends tasks to with `nursery.start_soon`, adds change log message, and adds docs reference to...