Semyon Moroz

Results 48 comments of Semyon Moroz

I'll also note that "stubtest: third-party" also runs for PRs that contain changes to requirements-tests.txt (or daily.yml)

> I see no reason to deprecate `NoReturn` in favor of `Never` for return types. `NoReturn` is widely used and clearer. I'm not suggesting to mark it as deprecated, I'm...

Sorry, I seem to have jumped to conclusions based on this issue message (https://github.com/python/cpython/issues/132941#issue-3020169605): > I'd like to also soft-deprecate the following: > * `Optional` (obviated by [PEP-604](https://peps.python.org/604)) > *...

> See my comment about visit methods in #14234: We should probably just add them to `NodeVisitor` with standard types and leave them alone in sub-classes (unless those sub-classes do...

> This is a weird semi-false positive. `starttag` – matching the implementation – is now: I noticed this too and wrote an example when mypy complains: ```python from typing import...

@StanFromIreland apparently you can now close this PR since the issue has been resolved

Shouldn't this also be added to `3.13` and `3.14` whatsnew entries?

Hello, what do you think about contributing these stubs to typeshed? It seems like a good place to keep them until they’re included in the source code. They might need...