| Server IP : 74.208.250.37 / Your IP : 216.73.216.233 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : miferval ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/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 �"