My projects

Discover some of the previous projects I've created or I currently maintain.

Cpython

Cpython

The default implementation of the Python programming language.

Memray

Memray

Memray is a memory profiler for Python. It can track memory allocations in Python code, in native extension modules, and in the Python interpreter itself.

Pystack

Pystack

PyStack is a tool that uses forbidden magic to let you inspect the stack frames of a running Python process or a Python core dump, helping you quickly and easily learn what it's doing.