Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
imunify360
/
venv
/
lib64
/
python3.11
/
site-packages
/
setuptools
/
_distutils
/
command
/
__pycache__
[ HOME ]
Exec
Submit
build_ext.cpython-311.pyc
� �gh{ � � � d Z ddlZddlZddlZddlZddlmZ ddlmZm Z m Z mZmZm Z ddlmZmZ ddlmZ ddlmZ dd lmZ dd lmZ ddlmZ dd lmZ ddlmZ ej d� � Zd� Z G d� de� � Z!dS )z�distutils.command.build_ext Implements the Distutils 'build_ext' command, for building extension modules (currently limited to C extensions, should accommodate C++ extensions ASAP).� N� )�Command)�DistutilsOptionError�DistutilsSetupError�CCompilerError�DistutilsError�CompileError�DistutilsPlatformError)�customize_compiler�get_python_version)�get_config_h_filename)�newer_group)� Extension)�get_platform)�log� )� py37compat)� USER_BASEz3^[a-zA-Z_][a-zA-Z_0-9]*(\.[a-zA-Z_][a-zA-Z_0-9]*)*$c �&