shell bypass 403
�
=f8 � � � 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 �D/usr/local/python-3.12/lib/python3.12/site-packages/urllib3/http2.py�__init__z_LockedObject.__init__"