Sebastian Rittau
Sebastian Rittau
Closes: #3438
Currently, tkinter uses a hack to mark classes compatible with the `image` parameter: https://github.com/python/typeshed/blob/130a04905c0cab48604ac7be1f3d18ce96567c68/stdlib/tkinter/__init__.pyi#L3276-L3280 Classes implementing this interface are expected to derive from this stub-only class (or one of its...
I think that we should add a few issue templates to typeshed to guide contributors: * Stub request – basically to steer contributors away from opening those. I.e. preferable stubs...
Dummy issue for now to have a target for a comment in #11575.
---- ~~Deferred: As of redis-py 5.0.3 the upstream annotations are lacking. We should not remove these stubs, until the upstream annotations reach parity with the stubs.~~
We hit a GitHub API rate limit in https://github.com/python/typeshed/actions/runs/8206267844/job/22444974739#step:7:230 Let's see how this plays out or if it was only has temporary problem.
See #4579. My `LANG` is set to `de_DE.UTF-8`, the display language in VSCode is set to "en": ``` srittau@blitz:~$ locale LANG=de_DE.UTF-8 LANGUAGE=de_DE:en LC_CTYPE="de_DE.UTF-8" LC_NUMERIC=de_DE.UTF-8 LC_TIME=de_DE.UTF-8 LC_COLLATE="de_DE.UTF-8" LC_MONETARY=de_DE.UTF-8 LC_MESSAGES="de_DE.UTF-8" LC_PAPER=de_DE.UTF-8 LC_NAME=de_DE.UTF-8...
---- Deferred: See this discussion: https://discuss.python.org/t/constraining-generic-argument-types/56809
Also add prefix to tmpdir name
Currently, keras is pinned to `>=3.3.3,=3.4`, but this currently causes stubtest to fail.