pex-tool / pex

A tool for generating .pex (Python EXecutable) files, lock files and venvs.
https://docs.pex-tool.org
Apache License 2.0
2.49k stars 254 forks source link

Delay import of ssl in `pex.fetcher`. #2417

Closed jsirois closed 1 month ago

jsirois commented 1 month ago

This acts as an affordance for users of the gevent monkey patch system, avoiding warnings about potential imports of ssl pre-monkey-patching.

Fixes #2415