| Server IP : 93.115.150.27 / Your IP : 216.73.216.221 Web Server : LiteSpeed System : Linux host2.azar.host 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 User : dorfakkh ( 1797) PHP Version : 8.1.34 Disable Function : show_source, system, passthru, exec, popen, proc_open, mail MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/imunify360/venv/lib64/python3.11/site-packages/setuptools/__pycache__/ |
Upload File : |
�
��Fh� � �| � d Z ddlZddlZddlZddlZddlZddlmZ ddlZ g Z
d� Zd� Zd� Z
d� Zd� Zd � Zd
� Zd� ZdS )z
Monkey patching of distutils.
� N)�
import_modulec �n � t j � � dk r| f| j z S t j | � � S )am
Returns the bases classes for cls sorted by the MRO.
Works around an issue on Jython where inspect.getmro will not return all
base classes if multiple classes share the same name. Instead, this
function will return a tuple containing the class itself, and the contents
of cls.__bases__. See https://github.com/pypa/setuptools/issues/1024.
�Jython)�platform�python_implementation� __bases__�inspect�getmro)�clss �H/opt/imunify360/venv/lib64/python3.11/site-packages/setuptools/monkey.py�_get_mror
s7 � � �%�'�'�8�3�3��v��
�%�%��>�#���� c � � t | t � � rt n#t | t j � � rt
nd� } || � � S )Nc � � d S )N� )�items r �<lambda>zget_unpatched.<locals>.<lambda>* s � �$� r )�
isinstance�type�get_unpatched_class�types�FunctionType�get_unpatched_function)r �lookups r �
get_unpatchedr $ sT � � �d�D�!�!� ��� �d�E�.�/�/��
#�
#�
�
� � �6�$�<�<�r c � � d� t | � � D � � }t |� � }|j � d� � sd| z }t |� � �|S )z�Protect against re-patching the distutils if reloaded
Also ensures that no other distutils extension monkeypatched the distutils
first.
c 3 �N K � | ] }|j � d � � �|V � �!dS )�
setuptoolsN)�
__module__�
startswith)�.0r s r � <genexpr>z&get_unpatched_class.<locals>.<genexpr>5 sK � � � � � ��C�N�,E�,E�l�,S�,S���� � � � � r � distutilsz(distutils has already been patched by %r)r
�nextr r �AssertionError)r �external_bases�base�msgs r r r / sj � �� ���}�}�� � �N� ����D��?�%�%�k�2�2� "�8�3�>���S�!�!�!��Kr c � � dd l } | j t j _ t j dk }|r| j t j _ dt j cxk odk nc pdt j cxk odk nc }|rd}|t j j _
t � � t j t j t j
fD ]}| j j |_ �| j j t j _ | j j t j _ dt j v r!| j j t j d _ t% � � d S )Nr )� � r* )r* � )r* r, � )r* r+ zhttps://upload.pypi.org/legacy/zdistutils.command.build_ext)r �Commandr# �core�sys�version_info�findall�filelist�config�
PyPIRCCommand�DEFAULT_REPOSITORY�_patch_distribution_metadata�dist�cmd�Distribution� extension� Extension�modules�#patch_for_msvc_specialized_compiler)r �has_issue_12885�needs_warehouse� warehouse�modules r � patch_allrC ? sc � ����� (�/�I�N���&�)�3�O�� 8�%/�%7� ��"��s�/�;�;�;�;�)�;�;�;�;� &� @� ��@&� @&� @&� @&� &�@&� @&� @&� @&�O�
� F�5� �<E� ��&�9� �"�"�"� �.�)�.�)�-�?� ;� ;��(�o�:���� *�3�=�I�N��$.�$8�$B�I��!�$���3�3� !�*�4� ��)�
�
�'�)�)�)�)�)r c �~ � ddl m} dD ]2}t | |� � }t t j j ||� � �3d S )N� )�_core_metadata)�write_pkg_info�write_pkg_file�
read_pkg_file�get_metadata_version)� rF �getattr�setattrr# r8 �DistributionMetadata)rF �attr�new_vals r r7 r7 e sa � � � � � � � �N�� D� D�� �.�$�/�/��� ��3�T�7�C�C�C�C�D� Dr c � � t ||� � }t | � � � d|� � t ||| � � dS )z�
Patch func_name in target_mod with replacement
Important - original must be resolved by name to avoid
patching an already patched function.
� unpatchedN)rL �vars�
setdefaultrM )�replacement�
target_mod� func_name�originals r �
patch_funcrY s sM � � �z�9�-�-�H� ���� � ��h�7�7�7� �J� �;�/�/�/�/�/r c �"