OwlCyberSecurity - MANAGER
Edit File: compat.cpython-39.pyc
a �F�f_ � @ s� d Z ddlZddlZddlZddlZddlmZ g d�Ze� e �Zed�dd�Z eed�d d �Zejdk rtejjZndeeeeee d�dd�Zh d�Zej�d�p�ejdko�ejdkZdS )zKStuff that differs in different Python versions and platform distributions.� N)�IO)�get_path_uid�stdlib_pkgs�WINDOWS)�returnc C s2 zdd l } W dS ty Y n0 ddlm} |S )Nr T)�IS_PYOPENSSL)�_ssl�ImportErrorZpip._vendor.urllib3.utilr )r r � r �\/home/gouroczh/virtualenv/test/3.9/lib/python3.9/site-packages/pip/_internal/utils/compat.py�has_tls s r )�pathr c C sb t td�r6t�| tjtjB �}t�|�j}t�|� n(tj� | �sPt� | �j}nt| � d���|S )a) Return path's uid. Does not follow symlinks: https://github.com/pypa/pip/pull/935#discussion_r5307003 Placed this function in compat due to differences on AIX and Jython, that should eventually go away. :raises OSError: When path is a symlink or can't be read. � O_NOFOLLOWz/ is a symlink; Will not return uid for symlinks)�hasattr�os�open�O_RDONLYr �fstat�st_uid�closer �islink�stat�OSError)r �fdZfile_uidr r r r s r )� � �utf-8�strict)�package�resource�encoding�errorsr c C s t j�| �| jd||d�S )N�r)r r! )� importlib� resources�filesr )r r r r! r r r �open_text_resource>