OpenQuizz
Une application de gestion des contenus pédagogiques
pip._internal.utils.inject_securetransport Namespace Reference

Functions

def inject_securetransport ()
 

Detailed Description

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.

Function Documentation

◆ inject_securetransport()

def pip._internal.utils.inject_securetransport.inject_securetransport ( )