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
- The system python (
/usr/bin/python3
) - Python installed via the macOS universal installer found on https://python.org
Versions installed via Homebrew should work
- The system python (
-
Attaching to uv builds of Python 3.11 and 3.12 may never succeed. These builds appear to have inlined calls to
PyEval_SaveThread
.