benfred / py-spy

Sampling profiler for Python programs
MIT License
12.2k stars 401 forks source link

Use anyhow instead of failure for errors #511

Closed benfred closed 1 year ago

benfred commented 1 year ago

Use the anyhow crate instead of failure for errors. failure is unmaintained, and hasn't been updated in 2 years.