Kirill Podoprigora
Kirill Podoprigora
> I've tried to implement @Eclips4 suggestion to make _all_ arguments positional-or-keyword, but this seems to be impossible with AC now. Looks as a bug. What's the problem?
> > For what it's worth I'm not convinced we need to make all parameters pos-and-keyword. I think there's a much stronger use case for passing `initial=` as a keyword...
cc @pablogsal
Hello! This repository is intended as a CPython bug tracker, your problem is actually related to stubs which is not part of CPython; It's a part of typeshed. I can't...
``test_os`` failure bisected to 652fbf88c4c422ff17fefd4dcb5e06b5c0e26e74 cc @serhiy-storchaka
For me both of failures reproducible on default debug build (I mean this is not free-threaded build). Can you confirm this @terryjreedy ?
``test_venv`` failure bisected to fddc829236d7b29a522a2160e57b2d7ca23b9b95 cc @zooba I wonder how this failures were not caught by our CI/CD?
Yes, the output from list.index is more obvious, in my opinion. I think we should treat this issue as a ``type-feature`` rather than a ``type-bug``, since there is no bug,...
Yes, let's also improve that one.
Related: #113141