Workaround mypy bug
This commit is contained in:
parent
62c0272df2
commit
06f9b73a7b
@ -372,6 +372,7 @@ def fork(shm_address: str, free_non_child_resources: Callable[[], None]) -> Tupl
|
|||||||
finally:
|
finally:
|
||||||
stdin_data.release()
|
stdin_data.release()
|
||||||
sys.stdin = sys.__stdin__
|
sys.stdin = sys.__stdin__
|
||||||
|
return 0, -1 # type: ignore
|
||||||
|
|
||||||
|
|
||||||
def verify_socket_creds(conn: socket.socket) -> bool:
|
def verify_socket_creds(conn: socket.socket) -> bool:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user