##// END OF EJS Templates
Fix case where some Exceptions have no traceback. (#14153)...
Fix case where some Exceptions have no traceback. (#14153) In chained exception if some exceptions does not have tracebacks, prevent jumping to them. We also add the assert that the main exception does have a traceback. This is a partial port of python/cpython commit 5f3433f210d25d366fcebfb40adf444c8f46cd59

File last commit:

r20870:cbe6a036
r28391:15554be2 merge
Show More
README_STARTUP
11 lines | 371 B | text/plain | TextLexer
This is the IPython startup directory
.py and .ipy files in this directory will be run *prior* to any code or files specified
via the exec_lines or exec_files configurables whenever you load this profile.
Files will be run in lexicographical order, so you can control the execution order of files
with a prefix, e.g.::
00-first.py
50-middle.py
99-last.ipy