Paul Sokolovsky f909034400 py: Implement support for "except Exception as var" clause.
For this, needed to implement DELETE_NAME bytecode (because var bound
in except clause is automatically deleted at its end).
http://docs.python.org/3/reference/compound_stmts.html#except :
"When an exception has been assigned using as target, it is cleared at
the end of the except clause."
2014-03-23 22:00:04 +02:00
..
2014-02-22 20:25:05 +02:00
2014-02-16 00:01:29 +00:00
2014-03-20 16:28:41 +00:00
2014-02-02 03:32:55 +02:00
2014-01-21 05:01:21 +02:00
2014-01-30 22:16:47 -08:00
2014-02-08 23:17:51 +02:00
2014-02-08 22:56:36 +02:00
2014-02-10 07:13:32 +02:00
2014-02-08 23:19:48 +02:00