Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Known Issues

macOS

  • Tracing a python process on macOS which has either its binary or shared objects under a system path is not possible unless SIP is disabled. This includes

    1. The system python (/usr/bin/python3)
    2. Python installed via the macOS universal installer found on https://python.org

    Versions installed via Homebrew should work

  • Attaching to uv builds of Python 3.11 and 3.12 may never succeed. These builds appear to have inlined calls to PyEval_SaveThread.