| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Python312/Lib/site-packages/urllib3/__pycache__/ |
Upload File : |
�
ok�f] � � � d dl mZ d dlZd dlZd dlZd dlZd dlZd dlZd dl Z
d dlZ
d dlm
Z
ddlmZ ddlmZ ddlmZ eZ ej* d� Z G d � d
ej. e � Z G d� de� Z G d
� de
� Zdd�Zdd�Zy)� )�annotationsN)�BaseHTTPResponse� )�HTTPHeaderDict)�HTTPSConnection)�HTTPSConnectionPool�Tc �8 � e Zd ZdZdd�Zdd�Z dd�Zy) �
_LockedObjectaY
A wrapper class that hides a specific object behind a lock.
The goal here is to provide a simple way to protect access to an object
that cannot safely be simultaneously accessed from multiple threads. The
intended use of this class is simple: take hold of it with a context
manager, which returns the protected object.
c �D � t j � | _ || _ y �N)� threading�RLock�lock�_obj)�self�objs �/C:\Python312\Lib\site-packages\urllib3/http2.py�__init__z_LockedObject.__init__"