aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/basethread.py
Commit message (Collapse)AuthorAgeFilesLines
* python3: clean up super and __future__Aldo Cortesi2016-10-171-1/+1
|
* Improve debugging of thread and other leaksAldo Cortesi2016-06-111-0/+14
- Add basethread.BaseThread that all threads outside of test suites should use - Add a signal handler to mitmproxy, mitmdump and mitmweb that dumps resource information to screen when SIGUSR1 is received. - Improve thread naming throughout to make thread dumps understandable