GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux s2.soul-hosting.hu 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
Apache
173.212.232.101
/
lib
/
python3.9
/
multiprocessing
/
__pycache__
[ HOME ]
Exec
Submit
forkserver.cpython-39.pyc
a �:jn/ � @ s� 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 Ze�d�ZG dd � d e�Zddd�Zdd� Zdd� Zdd� Ze� ZejZejZejZejZdS )� N� )� connection)�process)� reduction)�resource_tracker)�spawn)�util)�ensure_running�get_inherited_fds�connect_to_new_process�set_forkserver_preload� �qc @ sD e Zd Zdd� Zdd� Zdd� Zdd� Zd d � Zdd� Zd d� Z dS )� ForkServerc C s. d | _ d | _d | _d | _t�� | _dg| _d S )N�__main__)�_forkserver_address�_forkserver_alive_fd�_forkserver_pid�_inherited_fds� threadingZLock�_lock�_preload_modules��self� r �0/usr/lib/python3.9/multiprocessing/forkserver.py�__init__"