We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89feca0 commit 0c22d13Copy full SHA for 0c22d13
typeshed/3/subprocess.pyi
@@ -1162,7 +1162,7 @@ class Popen(Generic[AnyStr]):
1162
input: Optional[AnyStr] = ...,
1163
timeout: Optional[float] = ...,
1164
# morally this should be optional
1165
- ) -> Tuple[AnyStr, AnyStr]: ...
+ ) -> Tuple[Optional[AnyStr], AnyStr]: ...
1166
def send_signal(self, signal: int) -> None: ...
1167
def terminate(self) -> None: ...
1168
def kill(self) -> None: ...
0 commit comments