/snap/core20/2769/usr/lib/python3.8/distutils/__pycache__
NameSizeModeActions
archive_util.cpython-38.pyc65390644editdlrm
bcppcompiler.cpython-38.pyc65230644editdlrm
ccompiler.cpython-38.pyc332970644editdlrm
cmd.cpython-38.pyc139480644editdlrm
config.cpython-38.pyc35090644editdlrm
core.cpython-38.pyc66140644editdlrm
cygwinccompiler.cpython-38.pyc86120644editdlrm
debug.cpython-38.pyc1940644editdlrm
dep_util.cpython-38.pyc27140644editdlrm
dir_util.cpython-38.pyc61790644editdlrm
dist.cpython-38.pyc344920644editdlrm
errors.cpython-38.pyc52500644editdlrm
extension.cpython-38.pyc69230644editdlrm
fancy_getopt.cpython-38.pyc106560644editdlrm
filelist.cpython-38.pyc98670644editdlrm
file_util.cpython-38.pyc59330644editdlrm
log.cpython-38.pyc23150644editdlrm
msvc9compiler.cpython-38.pyc175100644editdlrm
msvccompiler.cpython-38.pyc147230644editdlrm
spawn.cpython-38.pyc51060644editdlrm
sysconfig.cpython-38.pyc128070644editdlrm
text_file.cpython-38.pyc84390644editdlrm
unixccompiler.cpython-38.pyc71210644editdlrm
util.cpython-38.pyc155460644editdlrm
version.cpython-38.pyc73110644editdlrm
versionpredicate.cpython-38.pyc51350644editdlrm
_msvccompiler.cpython-38.pyc129660644editdlrm
__init__.cpython-38.pyc3840644editdlrm
Edit: /snap/core20/2769/usr/lib/python3.8/distutils/__pycache__/spawn.cpython-38.pyc (5106B)
U A`@sdZddlZddlZddlmZmZddlmZddlm Z dddZ d d Z dd d Z ej d krjdadadddZdddZdS)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)DistutilsPlatformErrorDistutilsExecError)DEBUG)logcCsNt|}tjdkr"t|||dn(tjdkresz _spawn_posix...cSsg|] }t|qSrr*r,rrrr/kszF$MACOSX_DEPLOYMENT_TARGET mismatch: now "%s" but "%s" during configure)r(zunable to execute %r: %s rz(unable to execute %r for unknown reasonsrrz"command %r terminated by signal %drz1unknown error executing %r: termination status %d)#rrr r execvpexecvsysplatform _cfg_target distutilsr'Zget_config_varsplit_cfg_target_splitenvirongetrdictexecvpeexecveforkr#rstderrwritestrerror_exitwaitpidrr WIFSIGNALEDWTERMSIG WIFEXITED WEXITSTATUS WIFSTOPPED)rrrrr$Zexec_fnenvr'Z cur_targetZmy_msgpideZstatusr%Z exit_statusrrrr Ws           r c Cstj|\}}tjdkr*|dkr*|d}tj|r:|S|dkrtjdd}|dkrztd}Wnt t fk rtj }YnX|sdS| tj }|D]&}tj||}tj|r|SqdS)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. Zwin32z.exeNPATHCS_PATH)r pathsplitextr3r4isfiler9r:confstrAttributeError ValueErrordefpathr7pathsepr )r$rN_Zextpathspfrrrrs(     r)rrr)rrr)rrr)N)__doc__r3r Zdistutils.errorsrrZdistutils.debugrr6rrrrr4r5r8r rrrrrs      R