GNU bug report logs - #17370
python-shell-internal-send-string can hang if you change your python prompt

Previous Next

Package: emacs;

Reported by: Andy Moreton <andrewjmoreton <at> gmail.com>

Date: Tue, 29 Apr 2014 12:13:01 UTC

Severity: normal

Found in versions 24.3, 24.3.90

Done: fgallina <at> gnu.org (Fabián Ezequiel Gallina)

Bug is archived. No further changes may be made.

Full log


Message #20 received at 17370 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Andy Moreton <andrewjmoreton <at> gmail.com>
Cc: 17370 <at> debbugs.gnu.org, Fabian Ezequiel Gallina <fabian <at> anue.biz>
Subject: Re: 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
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.




This bug report was last modified 10 years and 305 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.