You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I already opened a bug on urllib3 for this issue, it looks that may application using MSAL for Python library (which relies on requests , which relies on urllib3, which relies on ssl) is leaking memory when being upgraded from Python 3.13 to Python 3.14 (I tested 3.14.{0, 1, 2})
Bug report
Bug description:
I already opened a bug on
urllib3for this issue, it looks that may application using MSAL for Python library (which relies onrequests, which relies onurllib3, which relies onssl) is leaking memory when being upgraded from Python 3.13 to Python 3.14 (I tested 3.14.{0, 1, 2})The details are explained in the
urllib3ticket including outputs frommemrayand it points to ssl package (preciselyssl.SSLContext.load_verify_locations), see: urllib3/urllib3#3738CPython versions tested on:
3.14
Operating systems tested on:
Linux
Linked PRs
ssl.SSLContextobjects #143685ssl.SSLContextobjects (GH-143685) #145075ssl.SSLContextobjects (GH-143685) (GH-145075) #148371