Ross ROSS = Recommend OSS · open-source software intelligence for agents

bloomberg/pystack

🔍 🐍 Like pstack but for Python! observed · 2026-08-28

github.com/bloomberg/pystack · homepage · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

88/100

  • Activity 99
  • Release rhythm 72
  • Longevity 93
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 94.0
  • age_days: 1315
  • days_rel: 26
  • days_push: 8
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

1211 stars · 72 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

PyStack is a CLI tool that inspects and prints the stack frames of a running Python process or a Python core dump, including GIL state, garbage collection status, native frames, and local variables. It works safely on live processes and tolerates stripped binaries and memory corruption.

Use cases

  • debug a hanging python process
  • get stack trace from python core dump
  • find out what a slow python process is doing
  • inspect python threads without stopping the process
  • debug python crash with memory corruption
  • report thread stacks when pytest tests get stuck

When to choose

  • you need stack traces from running Python processes or core dumps on Linux
  • the interpreter binary is stripped, optimized, or lacks debug info
  • you need native (C/C++) and Python frames interleaved
  • you want fast core dump analysis compared to GDB

When to avoid

  • you need a cross-platform debugger on macOS or Windows
  • you need an interactive stepping debugger rather than a snapshot
  • you need to modify or control the target process

Facets

cli-tool · maturity active

developer-tools tracing testing developer-tools python cli stack-trace core-dump debugging cpython-internals pytest-plugin python linux

2 sources

Member repositories

RepositoryRoleHealth v2
bloomberg/pystackmain88

For agents

markdown · JSON · MCP: product_card(name="bloomberg/pystack")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem