Server IP : 184.107.3.203 / Your IP : 216.73.216.51 Web Server : Apache System : Linux dedicated2.avenfashion.com.ph 4.18.0-553.40.1.el8_10.x86_64 #1 SMP Mon Feb 10 12:11:18 EST 2025 x86_64 User : adminteladeoro ( 1015) PHP Version : 8.2.28 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /opt/alt/python311/lib64/python3.11/multiprocessing/__pycache__/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
� �ff/ � �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__"