summaryrefslogtreecommitdiff
path: root/eventlet/debug.py
diff options
context:
space:
mode:
authorRyan Williams <breath@alum.mit.edu>2010-08-30 11:58:42 -0700
committerRyan Williams <breath@alum.mit.edu>2010-08-30 11:58:42 -0700
commited6a23780a76d8032b5f093daee25037afe51d4f (patch)
tree848255f3932e6745ab1038a1f642945214ff79fb /eventlet/debug.py
parent8e1a262fccabedd262b7dcfb7c088a2fe705bb9a (diff)
downloadeventlet-ed6a23780a76d8032b5f093daee25037afe51d4f.tar.gz
Including blocking detector in the documentation.
Diffstat (limited to 'eventlet/debug.py')
-rw-r--r--eventlet/debug.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/eventlet/debug.py b/eventlet/debug.py
index 76528ed..c89373d 100644
--- a/eventlet/debug.py
+++ b/eventlet/debug.py
@@ -9,7 +9,8 @@ import inspect
__all__ = ['spew', 'unspew', 'format_hub_listeners', 'format_hub_timers',
'hub_listener_stacks', 'hub_exceptions', 'tpool_exceptions',
- 'hub_prevent_multiple_readers', 'hub_timer_stacks']
+ 'hub_prevent_multiple_readers', 'hub_timer_stacks',
+ 'hub_blocking_detection']
_token_splitter = re.compile('\W+')