This commit is contained in:
Anthony Scopatz 2019-10-05 16:49:19 -04:00
parent dc8728bdaf
commit fe27543764

27
news/ctrlz.rst Normal file
View file

@ -0,0 +1,27 @@
**Added:**
* New ``$TRHEAD_SUBPROCS`` environment variable allows you to
specify wheather 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>