Submit
Path:
~
/
/
lib
/
python3.8
/
site-packages
/
pip
/
_internal
/
utils
/
__pycache__
/
File Content:
inject_securetransport.cpython-38.pyc
U ��.e* � @ s d Z ddlZdd� Ze� dS )a- A helper module that injects SecureTransport, on import. The import should be done as early as possible, to ensure all requests and sessions (or whatever) are created after injecting SecureTransport. Note that we only do the injection on macOS, when the linked OpenSSL is too old to handle TLSv1.2. � Nc C sx t jdkrd S zdd l} W n tk r0 Y d S X | jdkr@d S zddlm} W n ttfk rj Y d S X |�� d S )N�darwinr i )�securetransport) �sys�platform�ssl�ImportErrorZOPENSSL_VERSION_NUMBERZpip._vendor.urllib3.contribr �OSErrorZinject_into_urllib3)r r � r �N/usr/lib/python3.8/site-packages/pip/_internal/utils/inject_securetransport.py�inject_securetransport s r )�__doc__r r r r r r �<module> s
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
__init__.cpython-38.opt-1.pyc
155 bytes
0644
__init__.cpython-38.pyc
155 bytes
0644
appdirs.cpython-38.opt-1.pyc
8043 bytes
0644
appdirs.cpython-38.pyc
8043 bytes
0644
compat.cpython-38.opt-1.pyc
6839 bytes
0644
compat.cpython-38.pyc
6839 bytes
0644
deprecation.cpython-38.opt-1.pyc
2826 bytes
0644
deprecation.cpython-38.pyc
2826 bytes
0644
encoding.cpython-38.opt-1.pyc
1247 bytes
0644
encoding.cpython-38.pyc
1247 bytes
0644
filesystem.cpython-38.opt-1.pyc
2773 bytes
0644
filesystem.cpython-38.pyc
2773 bytes
0644
filetypes.cpython-38.opt-1.pyc
556 bytes
0644
filetypes.cpython-38.pyc
556 bytes
0644
glibc.cpython-38.opt-1.pyc
2257 bytes
0644
glibc.cpython-38.pyc
2257 bytes
0644
hashes.cpython-38.opt-1.pyc
4144 bytes
0644
hashes.cpython-38.pyc
4144 bytes
0644
inject_securetransport.cpython-38.opt-1.pyc
932 bytes
0644
inject_securetransport.cpython-38.pyc
932 bytes
0644
logging.cpython-38.opt-1.pyc
9159 bytes
0644
logging.cpython-38.pyc
9159 bytes
0644
marker_files.cpython-38.opt-1.pyc
928 bytes
0644
marker_files.cpython-38.pyc
928 bytes
0644
misc.cpython-38.opt-1.pyc
23382 bytes
0644
misc.cpython-38.pyc
23382 bytes
0644
models.cpython-38.opt-1.pyc
1924 bytes
0644
models.cpython-38.pyc
1924 bytes
0644
packaging.cpython-38.opt-1.pyc
2608 bytes
0644
packaging.cpython-38.pyc
2608 bytes
0644
setuptools_build.cpython-38.opt-1.pyc
1258 bytes
0644
setuptools_build.cpython-38.pyc
1258 bytes
0644
subprocess.cpython-38.opt-1.pyc
5598 bytes
0644
subprocess.cpython-38.pyc
5598 bytes
0644
temp_dir.cpython-38.opt-1.pyc
4853 bytes
0644
temp_dir.cpython-38.pyc
4943 bytes
0644
typing.cpython-38.opt-1.pyc
1285 bytes
0644
typing.cpython-38.pyc
1285 bytes
0644
ui.cpython-38.opt-1.pyc
11755 bytes
0644
ui.cpython-38.pyc
11810 bytes
0644
unpacking.cpython-38.opt-1.pyc
6189 bytes
0644
unpacking.cpython-38.pyc
6189 bytes
0644
urls.cpython-38.opt-1.pyc
1350 bytes
0644
urls.cpython-38.pyc
1465 bytes
0644
virtualenv.cpython-38.opt-1.pyc
878 bytes
0644
virtualenv.cpython-38.pyc
878 bytes
0644
N4ST4R_ID | Naxtarrr