Sebastian Rittau

Results 518 comments of Sebastian Rittau

In fact, we can make the type variable covariant in typeshed, which should fix this problem.

Using `subprocess._ENV` makes the most sense to me. This will also mean that future improvements to the typing of `subprocess` will automatically be inherited by `pexpect`. PR welcome!

fpdf2's versioning policy is a bit weird. This "patch" release actually contains substantial new features.

Needs merge after #14923. I will look into it tomorrow.

This makes sense to me. At least an exploratory PR would be welcome.

I honestly don't think this is much of a problem. At least not one that requires significant extra code and extra permissions. The stubsabot PRs are hidden away in their...

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 just suggesting to use the preferred type `Never` is not the preferred name for return types.

Failures are unrelated.

If networkx is usable as a standalone package, we should indeed not depend on numpy, especially given the size and complexity of the numpy package.