Activity Not Available

Commits : Individual Commit

  Analyzed 4 months ago based on code collected 4 months ago.

Commit ID 2a02c700f51adfd406082bbef5f331745aa1219a

Avatar Contributor: jerdfelt
as Johannes Erdfelt
Files Modified: 3
Date: 29-February-2012 at 19:22 Lines Added: 174
Repository: http://bitbucket.org/which_linden/eventlet/ Lines Removed: 21
Commit Comment: Monkey patch threading.current_thread() as well

Fixes bug 115

Patching thread.get_ident() but not threading.current_thread() can
result in _DummyThread objects being created. These objects will
never be garbage collected and will leak memory. In a long running
process (like a daemon), this can result in a pretty significant
memory leak if it uses green threads regularly.
 

Changes by Language

Language Code Added Code Removed Comments Added Comment Removed Blanks Added Blanks Removed
  Python 89 11 62 7 23 3

Changes by File

Showing page 1 of 1
File Language Code Added Code Removed Comments Added Comment Removed Blanks Added Blanks Removed
eventlet/green/threading.py Python 52 1 14 0 18 0
eventlet/patcher.py Python 0 10 0 7 0 3
tests/patcher_test.py Python 37 0 48 0 5 0
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.