Commit ID 2a02c700f51adfd406082bbef5f331745aa1219a
|
|
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. |
|||
| Language | Code Added | Code Removed | Comments Added | Comment Removed | Blanks Added | Blanks Removed | |
|---|---|---|---|---|---|---|---|
| Python | 89 | 11 | 62 | 7 | 23 | 3 | |
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.