mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
27 lines
443 B
ReStructuredText
27 lines
443 B
ReStructuredText
**Added:**
|
|
|
|
* New ``$THREAD_SUBPROCS`` environment variable allows you to
|
|
specify whether threadable subprocesses should actually be
|
|
run in a thread or not. Default ``True``.
|
|
|
|
**Changed:**
|
|
|
|
* <news item>
|
|
|
|
**Deprecated:**
|
|
|
|
* <news item>
|
|
|
|
**Removed:**
|
|
|
|
* <news item>
|
|
|
|
**Fixed:**
|
|
|
|
* Pressing ``Ctrl+Z`` no longer deadlocks the terminal,
|
|
allowing further input from the user, even for threaded
|
|
subprocesses.
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|