PATH:
opt
/
alt
/
python310
/
lib
/
python3.10
/
site-packages
/
pip
/
_vendor
/
cachecontrol
/
caches
/
__pycache__
o ai9 � @ s| d dl Z d dlZd dlmZ ddlmZ ddlmZ ze W n e y+ e efZY nw dd� ZG dd � d e�Z d d� ZdS )� N)�dedent� )� BaseCache)�CacheControllerc C s� t j}|t jt jB O }tt d�r|t jO }tt d�r|t jO }zt �| � W n tt fy1 Y nw t � | ||�}zt �|d�W S t �|� � )N� O_NOFOLLOW�O_BINARY�wb) �os�O_WRONLY�O_CREAT�O_EXCL�hasattrr r �remove�IOError�OSError�open�fdopen�close)�filename�fmode�flags�fd� r ��/builddir/build/BUILDROOT/alt-python310-pip-21.3.1-5.el8.x86_64/opt/alt/python310/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py�_secure_open_write s"