| Server IP : 85.214.239.14 / Your IP : 216.73.216.27 Web Server : Apache/2.4.65 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3.5/distutils/__pycache__/ |
Upload File : |
F��a� � @ s� d Z d d l Z d d l Z d d l m Z m Z d d l m Z d d l m Z d d d d d � Z
d d
� Z d d d d d � Z e j
d
k r� d d l m Z d a d a d d d d d � Z d d d � Z d S)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 sm t | � } t j d k r1 t | | d | �n8 t j d k rV t | | d | �n t d t j � � d S)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/lib/python3.5/distutils/spawn.py�spawn s r c C s; x4 t | � D]&