Skip to content

HenriBlacksmith/python-ssl-memory-usage-mro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRE for ssl memory issues in Python 3.14

Requirements

This MRE requires uv and docker (CLI/API).

Build and run the MRE app in Docker and produce reports

make all-docker

Run the MRE app without Docker and produce reports

make all

Changing Python version when running outside of Docker

Update .python-version file, suggested values:

  • 3.14.2+debug (shows unexpected memory pattern)
  • 3.13.11+debug (shows "nice" memory pattern)

Run uv sync to refresh the virtual environment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors