plasma-umass / Ninia

Python interpreter in JavaScript
Other
20 stars 8 forks source link

Track information required by `sys.exc_info()` #42

Open jvilk opened 9 years ago

jvilk commented 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.

jvilk commented 9 years ago

Muhammad is planning to tackle this.