
    $wLfg                     V    d Z ddlZddlZddlZddlmZ ddlmZ ddlm	Z	 d	dZ
d
dZdS )zdistutils.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   )log)DEBUG)DistutilsExecErrorc                 v   t          |           } t          j        t          j        |                      |rdS |rt          | d                   }||| d<   ||nt          t          j                  }t          j
        dk    rddlm}m}  |            }|r|||<   	 t          j        | |          }	|	                                 |	j        }
nB# t"          $ r5}t$          s| d         } t'          d| d|j        d                    |d}~ww xY w|
r$t$          s| d         } t'          d| d	|
           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.
    Nr   darwin)MACOSX_VERSION_VARget_macosx_target_ver)envzcommand z	 failed: z failed with exit code )listr   info
subprocesslist2cmdlinefind_executabledictosenvironsysplatformdistutils.utilr	   r
   Popenwait
returncodeOSErrorr   r   args)cmdsearch_pathverbosedry_runr   
executabler	   r
   macosx_target_verprocexitcodeexcs               ;lib/python3.11/site-packages/setuptools/_distutils/spawn.pyspawnr'      s   $ s))CHZ$S))***   $SV,,
!CF##d2:&6&6C
|xLLLLLLLL1133 	8&7C"#U---		? U U U 	a&C !JC!J!JCHRL!J!JKKQTTU
  V 	a&C !TC!T!T(!T!TUUUV Vs   1C 
D0DDc                 R   t           j                            |           \  }}t          j        dk    r|dk    r| dz   } t           j                            |           r| S |[t           j                            dd          }|9	 t          j        d          }n## t          t          f$ r t           j        }Y nw xY w|sdS |                    t           j                  }|D ]E}t           j                            ||           }t           j                            |          r|c S FdS )zTries to find 'executable' in the directories listed in 'path'.

    A string listing directories separated by 'os.pathsep'; defaults to
    os.environ['PATH'].  Returns the complete filename or None if not found.
    win32z.exeNPATHCS_PATH)r   pathsplitextr   r   isfiler   getconfstrAttributeError
ValueErrordefpathsplitpathsepjoin)r!   r,   _extpathspfs          r&   r   r   G   s)    Wj))FAscVmm&(
	w~~j!! |z~~fd++<"z),,"J/ " " "z"  tJJrz""E  GLLJ''7>>! 	HHH	 4s   B B98B9)r   r   r   N)N)__doc__r   r   r   _logr   debugr   errorsr   r'   r        r&   <module>rB      s     
			     



             & & & & & &2V 2V 2V 2Vj" " " " " "rA   