| Server IP : 185.143.234.238 / Your IP : 185.215.232.195 Web Server : Apache System : Linux 81-12-52-146.cprapid.com 4.18.0-553.76.1.lve.el8.x86_64 #1 SMP Wed Oct 1 16:05:07 UTC 2025 x86_64 User : noavaranesama ( 1039) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /opt/alt/python311/lib64/python3.11/multiprocessing/__pycache__/ |
Upload File : |
�
��|jf/ � �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 �A/opt/alt/python311/lib64/python3.11/multiprocessing/forkserver.py�__init__zForkServer.__init__"