Skip to content

stubgen may generate (*args, *, ...) #3985

Closed
@gvanrossum

Description

@gvanrossum

I ran stubgen recursively on the asyncio package, and found this in the output:

    def subprocess_exec(self, protocol_factory, program, *args, *, stdin: Any = ..., stdout: Any = ..., stderr: Any = ..., universal_newlines: bool = ..., shell: bool = ..., bufsize: int = ..., **kwargs): ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions