summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/try2.py
Commit message (Collapse)AuthorAge
* Add testcase with exception handler spread across functions.Paul Sokolovsky2014-01-31
|
* vm: Add basic implementation of END_FINALLY opcode.Paul Sokolovsky2014-01-30
| | | | | | Allows to have nested try blocks with except filters. TODO: Don't add END_FINALLY's exception re-raise points to traceback.
* Move tests in basic/tests/ up one level preparating to multiple test dirs.Paul Sokolovsky2014-01-19