summaryrefslogtreecommitdiff
path: root/jinja2/_compat.py
diff options
context:
space:
mode:
Diffstat (limited to 'jinja2/_compat.py')
-rw-r--r--jinja2/_compat.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/jinja2/_compat.py b/jinja2/_compat.py
index f72e99b..27f8555 100644
--- a/jinja2/_compat.py
+++ b/jinja2/_compat.py
@@ -120,4 +120,3 @@ except TypeError:
_tb = sys.exc_info()[2]
traceback_type = type(_tb)
frame_type = type(_tb.tb_frame)
-del _C, _tb, _func