mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Merge pull request #2438 from jb-leger/ipython_threadable
Ipython threadable
This commit is contained in:
commit
38b852be13
2 changed files with 14 additions and 0 deletions
13
news/ipython_not_threadable.rst
Normal file
13
news/ipython_not_threadable.rst
Normal 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
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue