Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #63553

Re: Editor for Python

From Terry Reedy <tjreedy@udel.edu>
Subject Re: Editor for Python
Date 2014-01-08 20:51 -0500
References (1 earlier) <6b9049ab-e168-4f92-9526-edcaf806d2cd@googlegroups.com> <lakdhb$pcn$2@ger.gmane.org> <lake1s$270$1@ger.gmane.org> <lako00$fno$1@ger.gmane.org> <lakptk$8no$1@ger.gmane.org>
Newsgroups comp.lang.python
Message-ID <mailman.5223.1389232278.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 1/8/2014 7:19 PM, Emile van Sebille wrote:
> On 1/8/2014 3:46 PM, Terry Reedy wrote:
>> On 1/8/2014 3:56 PM, Emile van Sebille wrote:
>>> On 1/8/2014 12:47 PM, Terry Reedy wrote:
>>>
>>>> For a Python editor, as opposed to a general code editor, the Idle
>>>> editor works pretty well and has some advantages with respect to
>>>> integration with the interpreter.
>>>
>>> While true, ISTM in the past there have been 'leakage' related issues
>>> with idle -- are those no longer a concern?

Almost not, see below.

>> I have looked through most of the Idle issues on the tracker but do not
>> remember anything about 'leakage' (of memory?)
>
> Of names I think.
>
> As I recall it had something to do with both idle and the application
> running in the same namespace?  So the leakage was from within idle
> affecting the running of the script under development?

By default, Idle runs user code in a separate process from the Idle 
process itself, and has for several years. There is a command line 
option to revert to the old way (user code in the same process). Some of 
us would like to remove that option (and simplify the remaining code a 
bit). This option is kept mainly because connecting to the separate 
process via sockets sometimes fails on some systems.

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: Editor for Python ayushpokharna@gmail.com - 2014-01-08 03:27 -0800
  Re: Editor for Python Douglas Duhaime <douglas.duhaime@gmail.com> - 2014-01-08 09:23 -0500
  Re: Editor for Python Terry Reedy <tjreedy@udel.edu> - 2014-01-08 15:47 -0500
  Re: Editor for Python Emile van Sebille <emile@fenx.com> - 2014-01-08 12:56 -0800
  Re: Editor for Python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-08 21:02 +0000
  Re: Editor for Python Ricardo Aráoz <ricaraoz@gmail.com> - 2014-01-08 18:38 -0300
  Re: Editor for Python Terry Reedy <tjreedy@udel.edu> - 2014-01-08 18:46 -0500
  Re: Editor for Python Emile van Sebille <emile@fenx.com> - 2014-01-08 16:19 -0800
  Re: Editor for Python Chris Angelico <rosuav@gmail.com> - 2014-01-09 11:23 +1100
  Re: Editor for Python Terry Reedy <tjreedy@udel.edu> - 2014-01-08 20:51 -0500
  Re: Editor for Python TP <wingusr@gmail.com> - 2014-01-09 07:29 -0800

csiph-web