Variable: python-shell-prompt-detect-failure-warning
python-shell-prompt-detect-failure-warning is a customizable variable
defined in python.el.gz.
Value
t
Documentation
Non-nil enables warnings when detection of prompts fail.
This variable was added, or its default value changed, in Emacs 24.4.
Probably introduced at or before Emacs version 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-shell-prompt-detect-failure-warning t
"Non-nil enables warnings when detection of prompts fail."
:type 'boolean
:safe 'booleanp
:version "24.4")