[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.135.205.129: ~ $
U

y�bbP�@s�dZddlZddlZddlZddlZddlmZddlmZm	Z	ej
�ej�Z
ej
�ej�Zej
�ej�Zej
�ej�Zdejkr�ej
�ejd�Zn&ejr�ej
�ej
�ej��Zne��Zdd�Zeed	d�Zejd
kr�dd�Zee�Zee�Zd
d�Ze�Z dZ!ze �sej"Z!Wne#k
�r*YnXdd�Z$d-dd�Z%d.dd�Z&dd�Z'dd�Z(dd�Z)d/dd�Z*e�+d�Z,e�+d�Z-e�+d �Z.d0d!d"�Z/d#d$�Z0da1d%d&�Z2d'd(�Z3d)d*�Z4d+d,�Z5dS)1a�Provide access to Python's configuration information.  The specific
configuration variables available depend heavily on the platform and
configuration.  The values may be retrieved using
get_config_var(name), and the list of variables is available via
get_config_vars().keys().  Additional convenience functions are also
available.

Written by:   Fred L. Drake, Jr.
Email:        <fdrake@acm.org>
�N�)�DistutilsPlatformError)�get_platform�get_host_platformZ_PYTHON_PROJECT_BASEcCs,dD]"}tj�tj�|d|��rdSqdS)N)ZSetupzSetup.localZModulesTF)�os�path�isfile�join)�d�fn�r�8/opt/alt/python38/lib64/python3.8/distutils/sysconfig.py�_is_python_source_dir+sr�_home�ntcCs0|r,tj�|��tj�tj�td���r,tS|S)NZPCbuild)rr�normcase�
startswithr	�PREFIX)r
rrr
�_fix_pcbuild4s
�rcCstrtt�Stt�S)N)�	_sys_homer�project_baserrrr
�
_python_build<sr�cCsdtjdd�S)z�Return a string containing the major and minor Python version,
    leaving off the patchlevel.  Sample return values could be '1.5'
    or '2.2'.
    z%d.%dN�)�sys�version_inforrrr
�get_python_versionPsrcCs�|dkr|rtpt}tjdkrjtrL|r.tp,tStj�t	d�d�}tj�
|�Sdt�t}tj�|d|�Stjdkr�tr�tj�|d�tjj
tj�|d�Stj�|d�Std	tj��dS)
a�Return the directory containing installed Python header files.

    If 'plat_specific' is false (the default), this is the path to the
    non-platform-specific header files, i.e. Python.h and so on;
    otherwise, this is the path to platform-specific header files
    (namely pyconfig.h).

    If 'prefix' is supplied, use it instead of sys.base_prefix or
    sys.base_exec_prefix -- i.e., ignore 'plat_specific'.
    N�posix�srcdirZInclude�pythonZincluder�PCzFI don't know where Python installs its C header files on platform '%s')�BASE_EXEC_PREFIX�BASE_PREFIXr�name�python_buildrrrr	�get_config_var�normpathr�build_flags�pathsepr)�
plat_specific�prefixZincdirZ
python_dirrrr
�get_python_incXs*

���r+cCs�|dkr&|r|rtpt}n|r"tp$t}tjdkrp|s8|r>d}nd}tj�||dt��}|r`|Stj�|d�Sn<tjdkr�|r�tj�|d�Stj�|dd�Snt	d	tj��dS)
aSReturn the directory containing the Python library (standard or
    site additions).

    If 'plat_specific' is true, return the directory containing
    platform-specific modules, i.e. any module from a non-pure-Python
    module distribution; otherwise, return the platform-shared library
    directory.  If 'standard_lib' is true, return the directory
    containing standard Python library modules; otherwise, return the
    directory for site-specific modules.

    If 'prefix' is supplied, use it instead of sys.base_prefix or
    sys.base_exec_prefix -- i.e., ignore 'plat_specific'.
    Nr�lib64�librz
site-packagesrZLibz?I don't know where Python installs its library on platform '%s')
r!r"�EXEC_PREFIXrrr#rr	rr)r)�standard_libr*r-Z	libpythonrrr
�get_python_lib�s0
�
��r0c	Cs�|jdk�r�tjdkr8td�s8ddl}|�t�dtd<tddd	d
ddd
d�\}}}}}}}}	dtj	kr�tj	d}
tjdkr�dtj	kr�|�
|�r�|
|t|�d�}|
}dtj	kr�tj	d}dtj	kr�tj	d}dtj	kr�tj	d}n|d}dtj	k�r|dtj	d}d	tj	k�r<|dtj	d	}|dtj	d	}dtj	k�r~|dtj	d}|dtj	d}|dtj	d}d
tj	k�r�tj	d
}dtj	k�r�|dtj	d}n|d|	}|d|}
|j||
|
d|||||d�||_
dS)z�Do any platform-specific customization of a CCompiler instance.

    Mainly needed on Unix, so we can plug in the information that
    varies across Unices and is stored in Python's Makefile.
    Zunix�darwinZCUSTOMIZED_OSX_COMPILERrN�TrueZCCZCXX�CFLAGSZCCSHAREDZLDSHAREDZSHLIB_SUFFIXZARZARFLAGSZCPPz -E�LDFLAGS� �CPPFLAGS)Zpreprocessor�compilerZcompiler_soZcompiler_cxxZ	linker_soZ
linker_exe�archiver)Z
compiler_typer�platformr%�_osx_support�customize_compiler�_config_vars�get_config_varsr�environr�lenZset_executablesZshared_lib_extension)r7r:ZccZcxxZcflagsZccsharedZldsharedZshlib_suffixZarZar_flagsZnewccZcppr8Zcc_cmdrrr
r;�sn

��


��






�	r;cCsDtr,tjdkr"tj�tptd�}q6tp(t}n
tdd�}tj�|d�S)z2Return full pathname of installed pyconfig.h file.rr r�r)z
pyconfig-64.h)r$rr#rr	rrr+)Zinc_dirrrr
�get_config_h_filename�s


rAcCs\trtj�tptd�Stddd�}d�t�t	�}t
tjd�rL|dtjj
7}tj�||d�S)zAReturn full pathname of installed Makefile from the Python build.ZMakefilerr�r)r/zconfig-{}{}�
_multiarchz-%s)r$rrr	rrr0�formatrr'�hasattrr�implementationrC)Zlib_dirZconfig_filerrr
�get_makefile_filenamesrGcCs�|dkri}t�d�}t�d�}|��}|s.q�|�|�}|rx|�dd�\}}zt|�}Wntk
rlYnX|||<q |�|�}|r d||�d�<q |S)z�Parse a config.h-style file.

    A dictionary containing name/value pairs is returned.  If an
    optional dictionary is passed in as the second argument, it is
    used instead of a new dictionary.
    Nz"#define ([A-Z][A-Za-z0-9_]+) (.*)
z&/[*] #undef ([A-Z][A-Za-z0-9_]+) [*]/
rrr)�re�compile�readline�match�group�int�
ValueError)�fp�gZ	define_rxZundef_rx�line�m�n�vrrr
�parse_config_hs&




rUz"([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)z\$\(([A-Za-z][A-Za-z0-9_]*)\)z\${([A-Za-z][A-Za-z0-9_]*)}c	Cs�ddlm}||ddddd�}|dkr*i}i}i}|��}|dkrDq�t�|�}|r2|�dd�\}}	|	��}	|	�dd	�}
d
|
kr�|	||<q2zt|	�}	Wn$t	k
r�|	�dd
�||<Yq2X|	||<q2d}|�rtt
|�D�]�}||}
t�|
�p�t
�|
�}|�rj|�d�}d}||k�r$t||�}n�||k�r4d
}nx|tjk�rLtj|}n`||k�r�|�d��rz|dd�|k�rzd	}n$d||k�r�d
}nt|d|�}nd	||<}|�rp|
|��d�}|
d|���||}
d
|k�r�|
||<nzzt|
�}
Wn"t	k
�r|
��||<Yn
X|
||<||=|�d��rp|dd�|k�rp|dd�}||k�rp|
||<q�||=q�q�|��|��D]"\}}	t|	t��r�|	��||<�q�|�|�|S)z�Parse a Makefile-style file.

    A dictionary containing name/value pairs is returned.  If an
    optional dictionary is passed in as the second argument, it is
    used instead of a new dictionary.
    r)�TextFiler�surrogateescape)Zstrip_commentsZskip_blanksZ
join_lines�errorsNrz$$r�$)r3r4r6TFZPY_�)Zdistutils.text_filerVrJ�_variable_rxrKrL�strip�replacerMrN�list�_findvar1_rx�search�_findvar2_rx�strrr>r�end�start�close�items�
isinstance�update)rrPrVrOZdoneZnotdonerQrRrSrTZtmpvZrenamed_variablesr#�value�found�itemZafter�krrr
�parse_makefile/s�








�



rmcCsVt�|�pt�|�}|rR|��\}}|d|�|�|�d��||d�}qqRq|S)a�Expand Makefile-style variables -- "${foo}" or "$(foo)" -- in
    'string' according to 'vars' (a dictionary mapping variable names to
    values).  Variables not present in 'vars' are silently expanded to the
    empty string.  The variable values in 'vars' should not contain further
    variable expansions; if 'vars' is the output of 'parse_makefile()',
    you're fine.  Returns a variable-expanded version of 's'.
    rrN)r_r`ra�span�getrL)�s�varsrRZbegrcrrr
�expand_makefile_vars�s*rrc
CsVtj�ddjtjtjttjdd�d��}t	|t
�t�dgd�}|j}ia
t
�|�dS)	z7Initialize the module as appropriate for POSIX systems.Z_PYTHON_SYSCONFIGDATA_NAMEz+_sysconfigdata_{abi}_{platform}_{multiarch}rCr)Zabir9Z	multiarch�build_time_varsrN)rr>rorDr�abiflagsr9�getattrrF�
__import__�globals�localsrsr<rh)r#Z_temprsrrr
�_init_posix�s��rycCs~i}tddd�|d<tddd�|d<tdd�|d<t��d|d<d	|d
<t��dd�|d
<tj�tj�	t
j��|d<|adS)z+Initialize the module as appropriate for NTrrrBZLIBDESTZ
BINLIBDESTr@Z	INCLUDEPY�
EXT_SUFFIXz.exeZEXE�.rZVERSIONZBINDIRN)
r0r+�_imp�extension_suffixesrr]rr�dirname�abspathr�
executabler<)rPrrr
�_init_nt�sr�cGs\tdk�r*t��dtj�}|r(|�niattd<ttd<t�d�}|dk	rV|td<t�dt�}tjdkr�tr�tj	�
t��}tj	�||�}ntj	�
t��}tj	�
tj	�|��td<t�rtjdk�rt}tj	�td��s|t��k�rtj	�|td�}tj	�|�td<tjd	k�r*d
dl}|�t�|�rTg}|D]}|�t�|���q8|StSdS)a�With no arguments, return a dictionary of all configuration
    variables relevant for the current platform.  Generally this includes
    everything needed to build extensions and install both pure modules and
    extensions.  On Unix, this means every variable defined in Python's
    installed Makefile; on Windows it's a much smaller set.

    With arguments, return a list of values that result from looking up
    each argument in the configuration variable dictionary.
    NZ_init_r*�exec_prefixrz�SOrrr1r)r<rwrorr#rr.rr$rr~rGr	rr&�isabs�getcwdrr9r:Zcustomize_config_vars�append)�args�funcr�r�baser:Zvalsr#rrr
r=�sB



�
r=cCs*|dkrddl}|�dtd�t��|�S)z�Return the value of a single variable using the dictionary
    returned by 'get_config_vars()'.  Equivalent to
    get_config_vars().get(name)
    r�rNz SO is deprecated, use EXT_SUFFIXr)�warnings�warn�DeprecationWarningr=ro)r#r�rrr
r%!sr%)rN)rrN)N)N)6�__doc__r|rrHrrXr�utilrrrr&r*rr�r.�base_prefixr"�base_exec_prefixr!r>rrr�r~r�rrurr#rrr$r'rt�AttributeErrorrr+r0r;rArGrUrIr[r_rarmrrr<ryr�r=r%rrrr
�<module>s\



(
+I





jJ

Filemanager

Name Type Size Permission Actions
__init__.cpython-38.opt-1.pyc File 399 B 0644
__init__.cpython-38.opt-2.pyc File 217 B 0644
__init__.cpython-38.pyc File 399 B 0644
_msvccompiler.cpython-38.opt-1.pyc File 12.62 KB 0644
_msvccompiler.cpython-38.opt-2.pyc File 11.5 KB 0644
_msvccompiler.cpython-38.pyc File 12.68 KB 0644
archive_util.cpython-38.opt-1.pyc File 6.4 KB 0644
archive_util.cpython-38.opt-2.pyc File 4.41 KB 0644
archive_util.cpython-38.pyc File 6.4 KB 0644
bcppcompiler.cpython-38.opt-1.pyc File 6.38 KB 0644
bcppcompiler.cpython-38.opt-2.pyc File 6.1 KB 0644
bcppcompiler.cpython-38.pyc File 6.38 KB 0644
ccompiler.cpython-38.opt-1.pyc File 32.41 KB 0644
ccompiler.cpython-38.opt-2.pyc File 16.48 KB 0644
ccompiler.cpython-38.pyc File 32.53 KB 0644
cmd.cpython-38.opt-1.pyc File 13.64 KB 0644
cmd.cpython-38.opt-2.pyc File 7.91 KB 0644
cmd.cpython-38.pyc File 13.64 KB 0644
config.cpython-38.opt-1.pyc File 3.44 KB 0644
config.cpython-38.opt-2.pyc File 3.06 KB 0644
config.cpython-38.pyc File 3.44 KB 0644
core.cpython-38.opt-1.pyc File 6.47 KB 0644
core.cpython-38.opt-2.pyc File 3.17 KB 0644
core.cpython-38.pyc File 6.47 KB 0644
cygwinccompiler.cpython-38.opt-1.pyc File 8.42 KB 0644
cygwinccompiler.cpython-38.opt-2.pyc File 6.83 KB 0644
cygwinccompiler.cpython-38.pyc File 8.42 KB 0644
debug.cpython-38.opt-1.pyc File 209 B 0644
debug.cpython-38.opt-2.pyc File 209 B 0644
debug.cpython-38.pyc File 209 B 0644
dep_util.cpython-38.opt-1.pyc File 2.67 KB 0644
dep_util.cpython-38.opt-2.pyc File 1.25 KB 0644
dep_util.cpython-38.pyc File 2.67 KB 0644
dir_util.cpython-38.opt-1.pyc File 5.7 KB 0644
dir_util.cpython-38.opt-2.pyc File 3.38 KB 0644
dir_util.cpython-38.pyc File 5.7 KB 0644
dist.cpython-38.opt-1.pyc File 33.7 KB 0644
dist.cpython-38.opt-2.pyc File 24.63 KB 0644
dist.cpython-38.pyc File 33.7 KB 0644
errors.cpython-38.opt-1.pyc File 5.14 KB 0644
errors.cpython-38.opt-2.pyc File 2.65 KB 0644
errors.cpython-38.pyc File 5.14 KB 0644
extension.cpython-38.opt-1.pyc File 6.78 KB 0644
extension.cpython-38.opt-2.pyc File 3.37 KB 0644
extension.cpython-38.pyc File 6.78 KB 0644
fancy_getopt.cpython-38.opt-1.pyc File 10.28 KB 0644
fancy_getopt.cpython-38.opt-2.pyc File 7.54 KB 0644
fancy_getopt.cpython-38.pyc File 10.42 KB 0644
file_util.cpython-38.opt-1.pyc File 5.81 KB 0644
file_util.cpython-38.opt-2.pyc File 3.72 KB 0644
file_util.cpython-38.pyc File 5.81 KB 0644
filelist.cpython-38.opt-1.pyc File 9.56 KB 0644
filelist.cpython-38.opt-2.pyc File 6.76 KB 0644
filelist.cpython-38.pyc File 9.65 KB 0644
log.cpython-38.opt-1.pyc File 2.28 KB 0644
log.cpython-38.opt-2.pyc File 2.22 KB 0644
log.cpython-38.pyc File 2.28 KB 0644
msvc9compiler.cpython-38.opt-1.pyc File 17.06 KB 0644
msvc9compiler.cpython-38.opt-2.pyc File 15.47 KB 0644
msvc9compiler.cpython-38.pyc File 17.11 KB 0644
msvccompiler.cpython-38.opt-1.pyc File 14.39 KB 0644
msvccompiler.cpython-38.opt-2.pyc File 12.85 KB 0644
msvccompiler.cpython-38.pyc File 14.39 KB 0644
spawn.cpython-38.opt-1.pyc File 5 KB 0644
spawn.cpython-38.opt-2.pyc File 3.73 KB 0644
spawn.cpython-38.pyc File 5 KB 0644
sysconfig.cpython-38.opt-1.pyc File 11.87 KB 0644
sysconfig.cpython-38.opt-2.pyc File 8.47 KB 0644
sysconfig.cpython-38.pyc File 11.87 KB 0644
text_file.cpython-38.opt-1.pyc File 8.26 KB 0644
text_file.cpython-38.opt-2.pyc File 3.28 KB 0644
text_file.cpython-38.pyc File 8.26 KB 0644
unixccompiler.cpython-38.opt-1.pyc File 6.83 KB 0644
unixccompiler.cpython-38.opt-2.pyc File 6.22 KB 0644
unixccompiler.cpython-38.pyc File 6.83 KB 0644
util.cpython-38.opt-1.pyc File 15.2 KB 0644
util.cpython-38.opt-2.pyc File 9.45 KB 0644
util.cpython-38.pyc File 15.2 KB 0644
version.cpython-38.opt-1.pyc File 7.11 KB 0644
version.cpython-38.opt-2.pyc File 3.9 KB 0644
version.cpython-38.pyc File 7.15 KB 0644
versionpredicate.cpython-38.opt-1.pyc File 5.03 KB 0644
versionpredicate.cpython-38.opt-2.pyc File 2.61 KB 0644
versionpredicate.cpython-38.pyc File 5.03 KB 0644