Commit a4ab3d50 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Add this failing testcase

parent 9f3c472a
def f():
x = 10.0 ** 2
print locals()
# Uncommenting this avoids the crash since we will keep x alive:
# print x
f()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment