GRAYBYTE WORDPRESS FILE MANAGER2195

Server IP : 149.255.58.128 / Your IP : 216.73.216.117
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /usr/lib64/python3.9/distutils/__pycache__/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /usr/lib64/python3.9/distutils/__pycache__//sysconfig.cpython-39.opt-1.pyc
a

ضZg�P�@s�dZddlZddlZddlZddlZddlmZej�ej	�Z
ej�ej�Zej�ej
�Zej�ej�Zdejvr�ej�ejd�Zn&ejr�ej�ej�ej��Zne��Zdd�Zeedd�Zejd	kr�d
d�Zee�Zee�Zdd
�Ze�ZdZze�sejZWne �yYn0dd�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+d/d d!�Z,d"d#�Z-da.d$d%�Z/d&d'�Z0d(d)�Z1d*d+�Z2dS)0a�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�)�DistutilsPlatformErrorZ_PYTHON_PROJECT_BASEcCs,dD]"}tj�tj�|d|��rdSqdS)N)ZSetupzSetup.localZModulesTF)�os�path�isfile�join)�d�fn�r
�+/usr/lib64/python3.9/distutils/sysconfig.py�_is_python_source_dir*sr�_home�ntcCs0|r,tj�|��tj�tj�td���r,tS|S)NZPCbuild)rr�normcase�
startswithr�PREFIX)rr
r
r�_fix_pcbuild3s
�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_versionOsrcCs�|dur|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_incWs*

���r)cCs�|dur&|r|rtpt}n|r"tp$t}tjdkrr|s8|r@tj}nd}tj�	||dt
��}|rb|Stj�	|d�Sn<tjdkr�|r�tj�	|d�Stj�	|dd�Sntdtj��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�librz
site-packagesrZLibz?I don't know where Python installs its library on platform '%s')rr �EXEC_PREFIXrrr!r�
platlibdirrrrr)r'�standard_libr(�libdirZ	libpythonr
r
r�get_python_libs.

�
��r/c	Cs�|jdk�r�tjdkr8td�s8ddl}|�t�dtd<tddd	d
ddd
d�\}}}}}}}}	dtj	vr�tj	d}
tjdkr�dtj	vr�|�
|�r�|
|t|�d�}|
}dtj	vr�tj	d}dtj	vr�tj	d}dtj	vr�tj	d}n|d}dtj	v�r|dtj	d}d	tj	v�r<|dtj	d	}|dtj	d	}dtj	v�r~|dtj	d}|dtj	d}|dtj	d}d
tj	v�r�tj	d
}dtj	v�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)r6r9ZccZcxxZcflagsZccsharedZldsharedZshlib_suffix�arZar_flagsZnewccZcppr7Zcc_cmdr
r
rr:�sf


��


��






�	r:cCsDtr,tjdkr"tj�tptd�}q6tp(t}n
tdd�}tj�|d�S)z2Return full pathname of installed pyconfig.h file.rrr�r'z
pyconfig-64.h)r"rr!rrrrr))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"rrrrrr/�formatrr%�hasattrr�implementationrC)Zlib_dirZconfig_filer
r
r�get_makefile_filenamesrGcCs�|duri}t�d�}t�d�}|��}|s.q�|�|�}|rv|�dd�\}}zt|�}WntyjYn0|||<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_hs"




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�}|dur*i}i}i}|��}|durDq�t�|�}|r2|�dd�\}}	|	��}	|	�dd	�}
d
|
vr�|	||<q2zt|	�}	Wn"t	y�|	�dd
�||<Yq20|	||<q2d}|�rpt
|�D�]�}||}
t�|
�p�t
�|
�}|�rf|�d�}d}||v�r"t||�}n�||v�r2d
}nx|tjv�rJtj|}n`||v�r�|�d��rx|dd�|v�rxd	}n$d||v�r�d
}nt|d|�}nd	||<}|�rl|
|��d�}|
d|���||}
d
|v�r�|
||<nxzt|
�}
Wn t	�y|
��||<Yn
0|
||<||=|�d��rl|dd�|v�rl|dd�}||v�rl|
||<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�$)r2r3r5TFZPY_�)Zdistutils.text_filerVrJ�_variable_rxrKrL�strip�replacerMrN�list�_findvar1_rx�search�_findvar2_rx�strrr=r�end�start�close�items�
isinstance�update)r	rPrVrO�doneZnotdonerQrRrSrTZtmpvZrenamed_variablesr!�value�found�itemZafter�kr
r
r�parse_makefile1s�








�



rncCsVt�|�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*rsc
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)Zabir8Z	multiarch�build_time_varsrN)rr=rprDr�abiflagsr8�getattrrF�
__import__�globals�localsrtr;rh)r!Z_temprtr
r
r�_init_posix�s��rzcCs~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�.r�VERSIONZBINDIRN)
r/r)�_imp�extension_suffixesrr]rr�dirname�abspathr�
executabler;)rPr
r
r�_init_nt�sr�cGs\tdu�r*t��dtj�}|r(|�niattd<ttd<t�d�}|durV|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_prefixr{�SOrrr0r)r;rxrprr!rr+rr"rr�rGrr�r$�isabs�getcwdrr8r9Zcustomize_config_vars�append)�args�funcr�r�baser9Zvalsr!r
r
rr<�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<rp)r!r�r
r
rr##sr#)rN)rrN)N)N)3�__doc__r~rrHrrXrrr$r(rr�r+�base_prefixr �base_exec_prefixrr=r�rr�r�r�rrvrr!rrr"r%ru�AttributeErrorrr)r/r:rArGrUrIr[r_rarnrsr;rzr�r<r#r
r
r
r�<module>sZ



(
.I





jJ

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
December 12 2024 22:42:25
0 / root
0755
__init__.cpython-39.opt-1.pyc
0.377 KB
December 12 2024 10:11:38
0 / root
0644
__init__.cpython-39.opt-2.pyc
0.199 KB
December 12 2024 10:11:38
0 / root
0644
__init__.cpython-39.pyc
0.377 KB
December 12 2024 10:11:38
0 / root
0644
_msvccompiler.cpython-39.opt-1.pyc
12.484 KB
December 12 2024 10:11:38
0 / root
0644
_msvccompiler.cpython-39.opt-2.pyc
11.362 KB
December 12 2024 10:11:38
0 / root
0644
_msvccompiler.cpython-39.pyc
12.526 KB
December 12 2024 10:11:38
0 / root
0644
archive_util.cpython-39.opt-1.pyc
6.433 KB
December 12 2024 10:11:38
0 / root
0644
archive_util.cpython-39.opt-2.pyc
4.438 KB
December 12 2024 10:11:38
0 / root
0644
archive_util.cpython-39.pyc
6.433 KB
December 12 2024 10:11:38
0 / root
0644
bcppcompiler.cpython-39.opt-1.pyc
6.346 KB
December 12 2024 10:11:38
0 / root
0644
bcppcompiler.cpython-39.opt-2.pyc
6.064 KB
December 12 2024 10:11:38
0 / root
0644
bcppcompiler.cpython-39.pyc
6.346 KB
December 12 2024 10:11:38
0 / root
0644
ccompiler.cpython-39.opt-1.pyc
32.321 KB
December 12 2024 10:11:38
0 / root
0644
ccompiler.cpython-39.opt-2.pyc
16.396 KB
December 12 2024 10:11:38
0 / root
0644
ccompiler.cpython-39.pyc
32.41 KB
December 12 2024 10:11:38
0 / root
0644
cmd.cpython-39.opt-1.pyc
13.6 KB
December 12 2024 10:11:38
0 / root
0644
cmd.cpython-39.opt-2.pyc
7.871 KB
December 12 2024 10:11:38
0 / root
0644
cmd.cpython-39.pyc
13.6 KB
December 12 2024 10:11:38
0 / root
0644
config.cpython-39.opt-1.pyc
3.446 KB
December 12 2024 10:11:38
0 / root
0644
config.cpython-39.opt-2.pyc
3.064 KB
December 12 2024 10:11:38
0 / root
0644
config.cpython-39.pyc
3.446 KB
December 12 2024 10:11:38
0 / root
0644
core.cpython-39.opt-1.pyc
6.498 KB
December 12 2024 10:11:38
0 / root
0644
core.cpython-39.opt-2.pyc
3.19 KB
December 12 2024 10:11:38
0 / root
0644
core.cpython-39.pyc
6.498 KB
December 12 2024 10:11:38
0 / root
0644
cygwinccompiler.cpython-39.opt-1.pyc
8.304 KB
December 12 2024 10:11:38
0 / root
0644
cygwinccompiler.cpython-39.opt-2.pyc
6.712 KB
December 12 2024 10:11:38
0 / root
0644
cygwinccompiler.cpython-39.pyc
8.304 KB
December 12 2024 10:11:38
0 / root
0644
debug.cpython-39.opt-1.pyc
0.191 KB
December 12 2024 10:11:38
0 / root
0644
debug.cpython-39.opt-2.pyc
0.191 KB
December 12 2024 10:11:38
0 / root
0644
debug.cpython-39.pyc
0.191 KB
December 12 2024 10:11:38
0 / root
0644
dep_util.cpython-39.opt-1.pyc
2.652 KB
December 12 2024 10:11:38
0 / root
0644
dep_util.cpython-39.opt-2.pyc
1.242 KB
December 12 2024 10:11:38
0 / root
0644
dep_util.cpython-39.pyc
2.652 KB
December 12 2024 10:11:38
0 / root
0644
dir_util.cpython-39.opt-1.pyc
5.681 KB
December 12 2024 10:11:38
0 / root
0644
dir_util.cpython-39.opt-2.pyc
3.358 KB
December 12 2024 10:11:38
0 / root
0644
dir_util.cpython-39.pyc
5.681 KB
December 12 2024 10:11:38
0 / root
0644
dist.cpython-39.opt-1.pyc
33.543 KB
December 12 2024 10:11:38
0 / root
0644
dist.cpython-39.opt-2.pyc
24.47 KB
December 12 2024 10:11:38
0 / root
0644
dist.cpython-39.pyc
33.543 KB
December 12 2024 10:11:38
0 / root
0644
errors.cpython-39.opt-1.pyc
5.129 KB
December 12 2024 10:11:38
0 / root
0644
errors.cpython-39.opt-2.pyc
2.641 KB
December 12 2024 10:11:38
0 / root
0644
errors.cpython-39.pyc
5.129 KB
December 12 2024 10:11:38
0 / root
0644
extension.cpython-39.opt-1.pyc
6.755 KB
December 12 2024 10:11:38
0 / root
0644
extension.cpython-39.opt-2.pyc
3.347 KB
December 12 2024 10:11:38
0 / root
0644
extension.cpython-39.pyc
6.755 KB
December 12 2024 10:11:38
0 / root
0644
fancy_getopt.cpython-39.opt-1.pyc
10.256 KB
December 12 2024 10:11:38
0 / root
0644
fancy_getopt.cpython-39.opt-2.pyc
7.519 KB
December 12 2024 10:11:38
0 / root
0644
fancy_getopt.cpython-39.pyc
10.376 KB
December 12 2024 10:11:38
0 / root
0644
file_util.cpython-39.opt-1.pyc
5.843 KB
December 12 2024 10:11:38
0 / root
0644
file_util.cpython-39.opt-2.pyc
3.756 KB
December 12 2024 10:11:38
0 / root
0644
file_util.cpython-39.pyc
5.843 KB
December 12 2024 10:11:38
0 / root
0644
filelist.cpython-39.opt-1.pyc
9.532 KB
December 12 2024 10:11:38
0 / root
0644
filelist.cpython-39.opt-2.pyc
6.729 KB
December 12 2024 10:11:38
0 / root
0644
filelist.cpython-39.pyc
9.604 KB
December 12 2024 10:11:38
0 / root
0644
log.cpython-39.opt-1.pyc
2.261 KB
December 12 2024 10:11:38
0 / root
0644
log.cpython-39.opt-2.pyc
2.201 KB
December 12 2024 10:11:38
0 / root
0644
log.cpython-39.pyc
2.261 KB
December 12 2024 10:11:38
0 / root
0644
msvc9compiler.cpython-39.opt-1.pyc
17.06 KB
December 12 2024 10:11:38
0 / root
0644
msvc9compiler.cpython-39.opt-2.pyc
15.477 KB
December 12 2024 10:11:38
0 / root
0644
msvc9compiler.cpython-39.pyc
17.102 KB
December 12 2024 10:11:38
0 / root
0644
msvccompiler.cpython-39.opt-1.pyc
14.362 KB
December 12 2024 10:11:38
0 / root
0644
msvccompiler.cpython-39.opt-2.pyc
12.826 KB
December 12 2024 10:11:38
0 / root
0644
msvccompiler.cpython-39.pyc
14.362 KB
December 12 2024 10:11:38
0 / root
0644
spawn.cpython-39.opt-1.pyc
3.36 KB
December 12 2024 10:11:38
0 / root
0644
spawn.cpython-39.opt-2.pyc
2.254 KB
December 12 2024 10:11:38
0 / root
0644
spawn.cpython-39.pyc
3.36 KB
December 12 2024 10:11:38
0 / root
0644
sysconfig.cpython-39.opt-1.pyc
11.781 KB
December 12 2024 10:11:38
0 / root
0644
sysconfig.cpython-39.opt-2.pyc
8.376 KB
December 12 2024 10:11:38
0 / root
0644
sysconfig.cpython-39.pyc
11.781 KB
December 12 2024 10:11:38
0 / root
0644
text_file.cpython-39.opt-1.pyc
8.243 KB
December 12 2024 10:11:38
0 / root
0644
text_file.cpython-39.opt-2.pyc
3.265 KB
December 12 2024 10:11:38
0 / root
0644
text_file.cpython-39.pyc
8.243 KB
December 12 2024 10:11:38
0 / root
0644
unixccompiler.cpython-39.opt-1.pyc
6.965 KB
December 12 2024 10:11:38
0 / root
0644
unixccompiler.cpython-39.opt-2.pyc
6.351 KB
December 12 2024 10:11:38
0 / root
0644
unixccompiler.cpython-39.pyc
6.965 KB
December 12 2024 10:11:38
0 / root
0644
util.cpython-39.opt-1.pyc
15.225 KB
December 12 2024 10:11:38
0 / root
0644
util.cpython-39.opt-2.pyc
9.479 KB
December 12 2024 10:11:38
0 / root
0644
util.cpython-39.pyc
15.225 KB
December 12 2024 10:11:38
0 / root
0644
version.cpython-39.opt-1.pyc
7.141 KB
December 12 2024 10:11:38
0 / root
0644
version.cpython-39.opt-2.pyc
3.933 KB
December 12 2024 10:11:38
0 / root
0644
version.cpython-39.pyc
7.169 KB
December 12 2024 10:11:38
0 / root
0644
versionpredicate.cpython-39.opt-1.pyc
5.005 KB
December 12 2024 10:11:38
0 / root
0644
versionpredicate.cpython-39.opt-2.pyc
2.583 KB
December 12 2024 10:11:38
0 / root
0644
versionpredicate.cpython-39.pyc
5.005 KB
December 12 2024 10:11:38
0 / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF