From c8f78bc280447a06802d6456e8e759872e82246d Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 15 Feb 2014 22:55:00 +0000 Subject: py: VM never throws an exception, instead returns a status and value. Addresses issue #290, and hopefully sets up things to allow generators throwing exceptions, etc. --- tests/basics/try-module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/basics/try-module.py') diff --git a/tests/basics/try-module.py b/tests/basics/try-module.py index e62df8487d..03a9db15b5 100644 --- a/tests/basics/try-module.py +++ b/tests/basics/try-module.py @@ -3,7 +3,7 @@ import import1b def func1(): - return + print('func1') def func2(): try: -- cgit v1.2.3