Server: appserver-7f0f8755-nginx-15961cad18524ec5a9db05f2a6a7e440
Current directory: /usr/lib/python3.11/multiprocessing/__pycache__
Software: nginx/1.27.5
Shell Command
Create a new file
Upload file
File: reduction.cpython-311.pyc
� ��h(% � �H � d dl mZ d dlZd dlZd dlZd dlZd dlZd dlZd dlZddl m Z g d�Zej dk p( e ed� � o e ed� � o e ej d � � Z G d � dej � � Zej Zd*d�Zej dk r*eg d �z Zd dlZd+dd�d�Zd� Zd� Zd� Z G d� de� � Zn%eg d�z Zd dlZej dk Zd� Zd� Zd� Zd� Zd� Zd� Z G d� d� � Z e e! e � � j" � � e� � d � Z# e e!e$j% � � e#� � e e!e&j' � � e#� � d!� Z(d"� Z) eej* e(� � ej dk rd#� Z+d$� Z, eej e+� � nd%� Z+d&� Z, eej e+� � G d'� d(e�)� � Z-dS ),� )�ABCMetaN� )�context)�send_handle�recv_handle�ForkingPickler�register�dump�win32�CMSG_LEN� SCM_RIGHTS�sendmsgc �p � � e Zd ZdZi Zej Z� fd�Ze d� � � Z e dd�� � Zej Z � xZS )r z)Pickler subclass used by multiprocessing.c � �� t � � j |� | j � � � | _ | j � | j � � d S �N)�super�__init__�_copyreg_dispatch_table�copy�dispatch_table�update�_extra_reducers)�self�args� __class__s ��0/usr/lib/python3.11/multiprocessing/reduction.pyr zForkingPickler.__init__&