Releases: njsmith/perpetuo
Releases · njsmith/perpetuo
v0.7.1
republish 0.7.0 with fixed version number metadata
0.7.0
- Fix a bug that broke
--no-print-locals
when using json mode
- Fix json mode output to include all stall details inside a single json event
v0.6.1
Expose and enable json output from dwim mode
v0.5.1
Re-reroll of v0.5.0 to fix github actions release automation
v0.5.0
- Update py-spy to get fixes for traceback generation on CPython 3.11
- Use
PR_SET_PTRACER
on Linux to reduce annoyances with ptrace lockdown
v0.4.0
- Prevent premature cleanup of the global GIL
StallTracker
at interpreter exit
- Allow disabling printing of locals in tracebacks
- Separate
poll_interval
and alert_interval
, to allow more accurate/fine-grained monitoring
v0.3.2
Fix embarrassing tyop in instrument_gil