Python What distributions does CPython build against? https://buildbot.python.org/all/#/builders https://peps.python.org/pep-0011/ CPython release managers only release a pre-built interpreter for macOS and Windows.
open source memory profiler for Python applications. • Traces every function call so it can accurately represent the call stack, unlike sampling profilers. • Handles native calls in C/C++ libraries so the entire call stack is present in the results. • Blazing fast! Profiling causes minimal slowdown in your applications. • Generates various reports about collected memory usage data, like flame graphs. • Works with Python threads and C++ threads in extensions. www.github.com/bloomberg/memray