diff options
Diffstat (limited to 'Python/compile.c')
-rw-r--r-- | Python/compile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/compile.c b/Python/compile.c index 29b88ff..cbc23aa 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -3725,9 +3725,9 @@ compiler_async_with(struct compiler *c, stmt_ty s, int pos) BLOCK finally: if an exception was raised: - exc = copy of (exception, instance, traceback) + exc = copy of (exception, instance, traceback) else: - exc = (None, None, None) + exc = (None, None, None) exit(*exc) */ static int |