| Server IP : 159.69.118.108 / Your IP : 216.73.216.231 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu-4gb-fsn1-1 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 13:53:54 UTC 2025 aarch64 User : root ( 0) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/packaging/__pycache__/ |
Upload File : |
�
R"ft
�
� � d Z ddlZddlZddlZddlZddlmZmZmZm Z ddl
mZ G d� de� Zde
d ee fd
�Z ej � de
d ee fd�� Zd
e e
d ee
fd�Zedk( r�ddlZ ej( � Zej- d� sJ d� � ede� ed eej0 � � edd�� e ej2 ddej5 dd� d � � D ] Z eed�� � yy)z�PEP 656 support.
This module implements logic to detect if the currently running Python is
linked against musl, and what musl version is used.
� N)�Iterator�
NamedTuple�Optional�Sequence� )�ELFFilec �"