summaryrefslogtreecommitdiff
path: root/tests/stress/qstr_limit.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stress/qstr_limit.py')
-rw-r--r--tests/stress/qstr_limit.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/stress/qstr_limit.py b/tests/stress/qstr_limit.py
index d8ce0cf7c..08b10a039 100644
--- a/tests/stress/qstr_limit.py
+++ b/tests/stress/qstr_limit.py
@@ -17,6 +17,7 @@ for l in range(254, 259):
continue
print(var in g)
+
# calling a function with kwarg
def f(**k):
print(k)
@@ -36,6 +37,7 @@ for l in range(254, 259):
except RuntimeError:
print("RuntimeError", l)
+
# hasattr, setattr, getattr
class A:
pass