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 5327323 commit 2ba51caCopy full SHA for 2ba51ca
Lib/multiprocessing/connection.py
@@ -853,7 +853,7 @@ def PipeClient(address):
853
_LEGACY_LENGTHS = (_MD5ONLY_MESSAGE_LENGTH, _MD5_DIGEST_LEN)
854
855
856
-def _get_digest_name_and_payload(message): # (message: bytes) -> tuple[str, bytes]
+def _get_digest_name_and_payload(message): # type: (bytes) -> tuple[str, bytes]
857
"""Returns a digest name and the payload for a response hash.
858
859
If a legacy protocol is detected based on the message length
0 commit comments