Open jvilk opened 9 years ago
Related / dependent on to #41.
Currently, we only track the type. We should track the value and traceback as well.
Also, this information should probably be stored in the Py_Thread object, not the Thread object.
Py_Thread
Thread
Muhammad is planning to tackle this.
Related / dependent on to #41.
Currently, we only track the type. We should track the value and traceback as well.
Also, this information should probably be stored in the
Py_Thread
object, not theThread
object.