Merge pull request #2438 from jb-leger/ipython_threadable

Ipython threadable
This commit is contained in:
Anthony Scopatz 2017-07-16 12:11:03 -05:00 committed by GitHub
commit 38b852be13
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
**Added:**
* Added ``ipython`` as unthreadable in command cache threadabilty predictors.
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None

View file

@ -346,6 +346,7 @@ def default_threadable_predictors():
'fish': predict_shell,
'gvim': predict_help_ver,
'htop': predict_help_ver,
'ipython': predict_help_ver,
'ksh': predict_shell,
'less': predict_help_ver,
'man': predict_help_ver,