python-execution-trace
python-execution-trace copied to clipboard
Thread safe
Allow the record decorator to be used on fns that are called from multiple threads.
This basically means that we should take into account the thread id when recording a fn call. This is easy to do with https://docs.python.org/2/library/threading.html#threading.current_thread.