bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17370: 24.3.90; user cannot disable inferior python run from python-


From: Glenn Morris
Subject: bug#17370: 24.3.90; user cannot disable inferior python run from python-mode when file is visited
Date: Fri, 02 May 2014 16:10:34 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

The issue seems to be that semantic-python-get-system-include-path runs
some code to get the Python system include path (IMO this is a
reasonable thing for it to do and I don't see the need to have an option
controlling this).

This calls:

(python-shell-internal-send-string "import sys;print ('\\n'.join(sys.path))")

It is this that hangs (in python-shell-send-string-no-output AFAICS).
It also hangs in Emacs 24.3.

emacs -Q -l python

and evaluate the above.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]