Sun, 29 Apr 2012 16:50:49 +0200
Change to notes in the source code because they were no tasks.
DebugClients/Python/DebugClientThreads.py | file | annotate | diff | comparison | revisions | |
DebugClients/Python3/DebugClientThreads.py | file | annotate | diff | comparison | revisions |
--- a/DebugClients/Python/DebugClientThreads.py Sun Apr 29 16:42:02 2012 +0200 +++ b/DebugClients/Python/DebugClientThreads.py Sun Apr 29 16:50:49 2012 +0200 @@ -43,8 +43,8 @@ _original_start_thread = thread.start_new_thread thread.start_new_thread = _debugclient_start_new_thread -# NOTE: import threading here AFTER above hook, as threading cache's -# thread._start_new_thread. +# Note: import threading here AFTER above hook, as threading cache's +# thread._start_new_thread. from threading import RLock
--- a/DebugClients/Python3/DebugClientThreads.py Sun Apr 29 16:42:02 2012 +0200 +++ b/DebugClients/Python3/DebugClientThreads.py Sun Apr 29 16:50:49 2012 +0200 @@ -43,8 +43,8 @@ _original_start_thread = _thread.start_new_thread _thread.start_new_thread = _debugclient_start_new_thread -# NOTE: import threading here AFTER above hook, as threading cache's -# thread._start_new_thread. +# Note: import threading here AFTER above hook, as threading cache's +# thread._start_new_thread. from threading import RLock