| Server IP : 217.160.0.135 / Your IP : 216.73.217.37 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/zmq/eventloop/minitornado/platform/__pycache__/ |
Upload File : |
�
mc�c4 � �p � d Z ddlmZmZmZmZ ddlZddlZddlm Z d� Z
d� Z G d� d e j � � ZdS )
z9Posix implementations of platform-specific functionality.� )�absolute_import�division�print_function�with_statementN� )� interfacec � � t j | t j � � }t j | t j |t j z � � d S �N)�fcntl�F_GETFD�F_SETFD�
FD_CLOEXEC��fd�flagss �J/usr/lib/python3/dist-packages/zmq/eventloop/minitornado/platform/posix.py�set_close_execr s9 � ��K��E�M�*�*�E� �K��E�M�5�5�+;�#;�<�<�<�<�<� c � � t j | t j � � }t j | t j |t j z � � d S r
)r �F_GETFL�F_SETFL�os�
O_NONBLOCKr s r �_set_nonblockingr s8 � ��K��E�M�*�*�E� �K��E�M�5�2�=�#8�9�9�9�9�9r c �2 � e Zd Zd� Zd� Zd� Zd� Zd� Zd� ZdS )�Wakerc � � t j � � \ }}t |� � t |� � t |� � t |� � t j |dd� � | _ t j |dd� � | _ d S )N�rbr �wb)r �piper r �fdopen�reader�writer)�self�r�ws r �__init__zWaker.__init__&