HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/twisted/python/test/__pycache__/pullpipe.cpython-310.pyc
o

�b��@s�ddlZddlZddlZddlmZddlmZddlmZde	dee	e
ffdd�Zed	krKee	ej
d
��\ZZe�eded�e�e�dSdS)
�N)�unpack)�Tuple)�recvmsg�socketfd�returnc	Cs@t�|tjtj�}t|�\}}}|\\}}}td|�\}||fS)az
    Receive a file descriptor from a L{sendmsg} message on the given C{AF_UNIX}
    socket.

    @param socketfd: An C{AF_UNIX} socket, attached to another process waiting
        to send sockets via the ancillary data mechanism in L{send1msg}.

    @param fd: C{int}

    @return: a 2-tuple of (new file descriptor, description).
    @rtype: 2-tuple of (C{int}, C{bytes})
    �i)�socket�fromfd�AF_UNIX�SOCK_STREAMrr)	r�	ourSocket�data�	ancillary�flags�	cmsgLevel�cmsgType�packedFD�
unpackedFD�r�>/usr/lib/python3/dist-packages/twisted/python/test/pullpipe.py�recvfds

r�__main__�sTest fixture data: s.
)�osr�sys�structr�typingr�twisted.python.sendmsgr�int�bytesr�__name__�argv�fd�description�write�closerrrr�<module>s�