Submit
Path:
~
/
/
opt
/
alt
/
python311
/
lib
/
python3.11
/
site-packages
/
setuptools
/
_distutils
/
command
/
__pycache__
/
File Content:
build_ext.cpython-311.pyc
� ,�Re{ � � � 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 �&