##// END OF EJS Templates
Fix improper non-SyntaxError in return outside of function....
Fix improper non-SyntaxError in return outside of function. The current depth was not properly tracked, which let to false-negative on `SyntaxError`s Closes #11638

File last commit:

r20955:c71dcbcd
r24964:5c5f6009
Show More
launcher.py
1 line | 38 B | text/x-python | PythonLexer
Min RK
bigsplit: ipython_kernel
r20955 from jupyter_client.launcher import *