Variable: python-shell-unbuffered
python-shell-unbuffered is a customizable variable defined in
python.el.gz.
Value
t
Documentation
Should shell output be unbuffered?.
When non-nil, this may prevent delayed and missing output in the Python shell. See commentary for details.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-shell-unbuffered t
"Should shell output be unbuffered?.
When non-nil, this may prevent delayed and missing output in the
Python shell. See commentary for details."
:type 'boolean
:safe 'booleanp)