Commit 5692db49 authored by Kevin Modzelewski's avatar Kevin Modzelewski

doh

parent 0ae29b57
......@@ -60,7 +60,7 @@ Box* sysExcClear() {
Box* old_type = exc->type;
Box* old_value = exc->value;
Box* old_tracebck = exc->traceback;
Box* old_traceback = exc->traceback;
exc->type = incref(None);
exc->value = incref(None);
exc->traceback = incref(None);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment