← Package directory
Available on winget

Install Austin

Python frame stack sampler for CPython

Install with winget
winget install --id P403n1x87.austin
Upgrade
winget upgrade --id P403n1x87.austin
Uninstall
winget uninstall --id P403n1x87.austin

About Austin

Python frame stack sampler for CPython

What's new in 3.7.0

What's New - Added support for CPython 3.13. - Improve support for Python processes running in containers. - Removed the exclude-empty option. Bugfixes - Fixed a bug with the MOJO binary format that caused the line end position to wrongly be set to a non-zero value for CPython < 3.11, where line end information is not actually available. New Contributors - @somepeoplecallmedisa made their first contribution in #223 - @jankatins made their first contribution in #226

Read release notes

Version history

Version Updated Notes
3.7.0 Unknown What's New - Added support for CPython 3.13. - Improve support for Python processes running in containers. - Removed the exclude-empty option. Bugfixes - Fixed a bug with the MOJO binary format that caused the line end p...
3.6.0 Unknown What's New - Support for CPython 3.12 - Support for sub-interpreters. - Dropped support for CPython 2, 3.3, 3.4, 3.5, 3.6 and 3.7. - Improved interpreter detection and general stability on all supported platforms. Bugfix...
3.5.0 Unknown No notes