Server IP : 23.254.227.96 / Your IP : 216.73.216.7 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.6/site-packages/pip/utils/__pycache__/ |
Upload File : |
3 )�]b{ � @ sP d dl mZ d dlZd dlZd dlZd dlZdd� Zdd� Zdd� Zd d � Z dS )� )�absolute_importNc C sP t jd�} y | j}W n tk r( dS X t j|_|� }t|t�sL|jd�}|S )z9Returns glibc version string, or None if not using glibc.N�ascii) �ctypesZCDLL�gnu_get_libc_version�AttributeErrorZc_char_pZrestype� isinstance�str�decode)Zprocess_namespacer �version_str� r �/usr/lib/python3.6/glibc.py�glibc_version_string s r c C sH t jd| �}|s$tjd| t� dS t|jd��|koFt|jd��|kS )Nz$(?P<major>[0-9]+)\.(?P<minor>[0-9]+)z=Expected glibc version with 2 components major.minor, got: %sF�major�minor)�re�match�warnings�warn�RuntimeWarning�int�group)r �required_major� minimum_minor�mr r r �check_glibc_version# s r c C s t � }|d krdS t|| |�S )NF)r r )r r r r r r �have_compatible_glibc3 s r c C s"