##// 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.
Fernando Perez -
r4566:1a64b37c
Show More
Name Size Modified Last Commit Author
/ IPython / kernel
__init__.py Loading ...