mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-12 03:10:52 +08:00
remove _posixsubprocess.cloexec_pipe (#13066)
removed from cpython in 2013... https://github.com/python/cpython/commit/daf455554bc21b6b5df0a016ab5fa639d36cc595
This commit is contained in:
@@ -4,7 +4,6 @@ from collections.abc import Callable, Sequence
|
||||
from typing import SupportsIndex
|
||||
|
||||
if sys.platform != "win32":
|
||||
def cloexec_pipe() -> tuple[int, int]: ...
|
||||
def fork_exec(
|
||||
args: Sequence[StrOrBytesPath] | None,
|
||||
executable_list: Sequence[bytes],
|
||||
|
||||
Reference in New Issue
Block a user