Glyph
Glyph
Let's drop it. I realize we want to be a *bit* more lenient given that this is a very core-infrastructure sort of thing, but I think 3.6 is the most...
It is actually a callable that returns a `Protocol`, because `type[XmlStream]` is that.
The comment where I found this issue from is pointing at a nasty sprawling issue where Protocol and Factory have a complex, bidirectional, mutually-referential relationship that is nearly impossible to...
but `type[XmlStream]` does, in a literal sense, satisfy the constraint here; the problem is that mypy can't appreciate that fact. If we declare the type as `Callable[[], Protocol]` then it...
> @glyph We will look into the issue and keep you posted with updates. Thank you!
Thanks for the context, @sureshe456 !
Thanks again for following up @sureshe456 . I made a comment on that thread. This seems like a real bummer of a change from Apple; I hope that they respond...
> Hi @glyph, Opened Apple Feedback to report this: [FB16213134](https://feedbackassistant.apple.com/feedback/16213134) Thanks again, good to have the bug number. (FYI, the actual link to the feedback number doesn't do anything for...
Sorry that they're leaving you in the lurch here @sureshe456 . Good luck and I hope you get a response soon.
Thanks, this is a useful resource. However, it's not clear to me how this is supposed to apply in Github Actions as a user. How are jobs run right now,...