CoolCat467

Results 121 comments of CoolCat467

One slightly interesting point https://trio--2959.org.readthedocs.build/en/2959/reference-io.html#trio.Path.link_to

Only one issue from read the docs build: ```console src/trio/__init__.py:docstring of trio.Path:1: WARNING: py:obj reference target not found: . ```

Yea I would suggest not catching so many of the exceptions, for example `TrioInternalError` as far as I remember doesn't happen normally and when something raises that it can be...

> Some of your changes remind me that we should probably run shellcheck over our scripts... Problem is, it's written in haskell and the pre-commit integration for it uses docker,...

So, added `--no-strip-markers`, but since there hasn't been a proper release with these changes yet, using a git commit dependency for uv at the moment, which works, but CI fails...

Ok so it looks like everything is working except for an issue that happens when importing cryptography on the 3.13 runner, with this error: ` E ImportError: /opt/hostedtoolcache/Python/3.13.0-beta.2/x64/lib/python3.13/site-packages/_cffi_backend.cpython-313-x86_64-linux-gnu.so: undefined symbol:...

Weird SSL issue on MacOS 3.12 runner: ``` ________________________ test_ssl_client_basics[tls13] _________________________ + Exception Group Traceback (most recent call last): | File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/_pytest/runner.py", line 341, in from_call | result: Optional[TResult] =...

Looking at https://github.com/pypy/pypy/tags, it looks like v7.3.16 was released on Apr 20, anything we need to do on our end to update pypy version or are we good to close...

I think it should be fine that this issue is closed, technically we've halfway solved the problem, Trio will not crash on import with #2928 being merged now, but the...