##// END OF EJS Templates
Prevent crash on StackData NotOneValueFound. (#14286)...
Prevent crash on StackData NotOneValueFound. (#14286) This is a workaround for #13598, It does not fix the root cause, but should prevent IPython crash. Worst case it should just not show the relevant frame

File last commit:

r27843:667f3cbe
r28574:9699b3e6 merge
Show More
simplevars.py
2 lines | 24 B | text/x-python | PythonLexer
x = 1
print("x is:", x)