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


Groups > comp.lang.python > #15446

Re: memory management

From Terry Reedy <tjreedy@udel.edu>
Subject Re: memory management
Date 2011-11-07 19:17 -0500
References <3CB1190388197146B35D522652EAB501014C71D0C4@MESAMAIL01.acctcom.mesa> <4EB83D69.2000409@dejaviewphoto.com> <3CB1190388197146B35D522652EAB501014C71D167@MESAMAIL01.acctcom.mesa> <20111107204716.GA14201@sleipnir.bytereef.org>
Newsgroups comp.lang.python
Message-ID <mailman.2526.1320711443.27778.python-list@python.org> (permalink)

Show all headers | View raw


On 11/7/2011 3:47 PM, Stefan Krah wrote:
> Juan Declet-Barreto<Juan.Declet-Barreto@MesaAZ.gov>  wrote:
>> Well, I am using Python 2.5 (and the IDLE shell) in Windows XP, which
>> ships with ESRI's ArcGIS. In addition, I am using some functions in the
>> arcgisscripting Python geoprocessing module for geographic information
>> systems (GIS) applications, which can complicate things. I am currently
>> isolating standard library Python code (e.g., os.walk()) from the
>> arcgisscripting module to evaluate in which module the environment
>> crash is occurring.

What *exactly* do you mean by "crash"?

> It might be a good idea to check if the problem also occurs with Python 2.7
> since Python 2.5 is no longer maintained.

And 2.7 has hundreds of more recent bug fixes. Just one could make a 
difference.

-- 
Terry Jan Reedy

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


Thread

Re: memory management Terry Reedy <tjreedy@udel.edu> - 2011-11-07 19:17 -0500

csiph-web