Sebastian Rittau

Results 518 comments of Sebastian Rittau

The 3.13 test fails, because this hasn't been implemented in 3.13 yet. It should be fixed with 3.13.rc1. What's the best course of action?

Packages are built nightly (UTC time).

As a practical example where this would be useful, see https://typing.readthedocs.io/en/latest/: In this case, the first item of each section is redundant and only links to another TOC document. It...

I've opened PR #565 to add Python 3.14 to CI once this problem here gets fixed.

Some suggestions: * `type_name` * `pretty_type_name` * `format_type_name` * `type_repr`

Huh, primer output is much smaller now. Still I think this is worthwhile.

While I do agree that these should be positional only, this should be done in CPython first. If the Python maintainers agree that this is a good idea, we can...

Ideally I'd want to use something like `continue-on-error: ${{ matrix.python-version == '3.14-dev' }}`, but I don't think it's possible. (We could of course emulate this by changing the shell command,...

Huh, I tried that but VSCode flagged that as invalid and the GitHub docs didn't mention it. I'll change it.