| Server IP : 93.115.150.27 / Your IP : 216.73.216.221 Web Server : LiteSpeed System : Linux host2.azar.host 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 User : dorfakkh ( 1797) PHP Version : 8.1.34 Disable Function : show_source, system, passthru, exec, popen, proc_open, mail MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /usr/lib64/python3.11/multiprocessing/__pycache__/ |
Upload File : |
�
!A?hf/ � �D � d dl Z d dlZd dlZd dlZd dlZd dlZd dlZd dlZd dlZddl m
Z
ddl mZ ddlm
Z
ddl mZ ddl mZ ddl mZ g d �Zd
Z ej d� � Z G d� d
e� � Zdd�Zd� Zd� Zd� Z e� � Zej Zej Zej Zej ZdS )� N� )�
connection)�process)� reduction)�resource_tracker)�spawn)�util)�ensure_running�get_inherited_fds�connect_to_new_process�set_forkserver_preload� �qc �8 � e Zd Zd� Zd� Zd� Zd� Zd� Zd� Zd� Z dS ) �
ForkServerc �~ � d | _ d | _ d | _ d | _ t j � � | _ dg| _ d S )N�__main__)�_forkserver_address�_forkserver_alive_fd�_forkserver_pid�_inherited_fds� threading�Lock�_lock�_preload_modules��selfs �3/usr/lib64/python3.11/multiprocessing/forkserver.py�__init__zForkServer.__init__"