##// END OF EJS Templates
Fix locals collisions with shell variables...
Fix locals collisions with shell variables Fixes issues with namespace collisions, e.g. : ```python cfg = 'trap' %config IPCompleter.use_jedi = False ``` Causes: `AttributeError: 'str' object has no attribute 'IPCompleter'` fixes https://github.com/ipython/ipython/issues/11835
linar-jether -
r25530:023e5b5d
Show More
Name Size Modified Last Commit Author
/ docs / source / development
figs
config.rst Loading ...
execution.rst Loading ...
how_ipython_works.rst Loading ...
index.rst Loading ...
inputhook_app.rst Loading ...
kernels.rst Loading ...
lexer.rst Loading ...
messaging.rst Loading ...
parallel_connections.rst Loading ...
parallel_messages.rst Loading ...
pycompat.rst Loading ...
wrapperkernels.rst Loading ...