##// END OF EJS Templates
Prevent crash from invalid code such as a bare 'return'....
Prevent crash from invalid code such as a bare 'return'. More generally, catch any exceptions from code that may have parsed into an AST tree but doesn't actually compile. Closes gh-704.

File last commit:

r2045:2b04bcfb
r4566:1a64b37c
Show More
shadowns.py
1 line | 24 B | text/x-python | PythonLexer
""" Shadow namespace """