GitPedia
deepankarm

deepankarm/pyleak

Detect leaked asyncio tasks, threads, and event loop blocking with stack trace in Python. Inspired by goleak.

11 Releases
Latest: 4mo ago
pyleak v0.2.0v0.2.0Latest
github-actions[bot]github-actions[bot]·4mo ago·January 29, 2026
GitHub

📋 Changes

  • Merge pull request #19 from deepankarm/docs/update-breaking-changes (0d0ec2f)
  • chore: bump version to 0.2.0 (22a40e4)
  • docs: update usage of no_event_loop_blocking to async context manager (62dfc94)
[yanked] pyleak v0.1.18v0.1.18
github-actions[bot]github-actions[bot]·5mo ago·January 27, 2026
GitHub

📋 Changes

  • Merge pull request #17 from deepankarm/feat/trio/event-loop-blocking (e197399)
  • chore: bump version to 0.1.18 (e5ff186)
  • feat: trio support for event loop blocking detection (702d7b0)
pyleak v0.1.17v0.1.17
github-actions[bot]github-actions[bot]·5mo ago·January 21, 2026
GitHub

📋 Changes

  • Merge pull request #16 from deepankarm/pyleak/issue-14-attempt-2 (077732a)
  • fix: CombinedLeakDetector leads to false positive warnings (e67e6bd)
pyleak v0.1.16v0.1.16
github-actions[bot]github-actions[bot]·5mo ago·January 21, 2026
GitHub

📋 Changes

  • Merge pull request #15 from deepankarm/pyleak/issue-14 (0512872)
  • fix: CombinedLeakDetector leads to false positive warnings (75906b5)
pyleak v0.1.15v0.1.15
github-actions[bot]github-actions[bot]·5mo ago·January 19, 2026
GitHub

📋 Changes

  • Merge pull request #13 from deepankarm/pyleak/issue-12 (cadf3fb)
  • ci: update minor version (4d92b06)
  • test: detect event loop blocking when context manager is wrapped from different file (9b70d74)
  • test: detect event loop blocking when context manager is wrapped from different file (063c588)
  • fix: detect event loop blocking when context manager is wrapped from different file (360ace9)
  • Merge pull request #11 from deepankarm/example/event-loop-blocking (17ebc8d)
  • add event loop blocking example (6c87d8e)
  • add event loop blocking example (fa14507)
  • + 5 more
pyleak v0.1.14v0.1.14
github-actions[bot]github-actions[bot]·11mo ago·July 3, 2025
GitHub

📋 Changes

  • ci: version upgrade (972fb3f)
  • feat: filter event loop blocks by caller context (e02aa9b)
  • docs: readme update (4fff088)
pyleak v0.1.13v0.1.13
github-actions[bot]github-actions[bot]·12mo ago·July 2, 2025
GitHub

📋 Changes

  • ci: version upgrade (f23c8a8)
  • fix: filter asyncio thread names (a03edfc)
pyleak v0.1.12v0.1.12
github-actions[bot]github-actions[bot]·12mo ago·July 1, 2025
GitHub

📋 Changes

  • fix: rely on loop debugging to get current stack (ce83065)
pyleak v0.1.11v0.1.11
github-actions[bot]github-actions[bot]·1y ago·June 9, 2025
GitHub

📋 Changes

  • ci: version upgrade (bd15c72)
  • fix: typo in marker args (ccff6e9)
pyleak v0.1.10v0.1.10
github-actions[bot]github-actions[bot]·1y ago·June 9, 2025
GitHub

📋 Changes

  • ci: version upgrade (e6b7c14)
  • fix: return pyleak config in classmethod (d4f40a1)
  • ci: create github tag and release (bb20fa7)
pyleak v0.1.9v0.1.9
github-actions[bot]github-actions[bot]·1y ago·June 8, 2025
GitHub

📋 Changes

  • ci: create github tag and release (addc2d1)
  • ci: create github tag and release (2ee4c17)
  • ci: create github tag and release (c338b74)
  • docs: update readme about pytest plugin (8fc8f26)
  • docs: update readme about pytest plugin (2f2243e)
  • docs: update readme about pytest plugin (a0a319e)
  • feat: pytest plugin for pyleak (e22e730)
  • ci: release workflow (79fecb3)
  • + 12 more