Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #15446
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!txtfeed1.tudelft.nl!tudelft.nl!txtfeed2.tudelft.nl!amsnews11.chello.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'bug': 0.02; '2.7': 0.04; 'received:verizon.net': 0.07; 'terry': 0.07; 'python': 0.08; 'complicate': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'things.': 0.13; 'library': 0.14; 'fixes.': 0.16; 'reedy': 0.16; 'subject:memory': 0.16; 'wrote:': 0.18; '(e.g.,': 0.19; 'jan': 0.19; 'header:In-Reply-To:1': 0.23; 'code': 0.25; 'windows': 0.26; '(and': 0.28; 'idle': 0.28; 'stefan': 0.28; 'problem': 0.29; 'environment': 0.30; 'module': 0.30; 'pm,': 0.31; 'to:addr:python- list': 0.32; 'header:User-Agent:1': 0.33; 'header:X-Complaints- To:1': 0.33; 'idea': 0.34; 'occurs': 0.34; 'addition,': 0.36; 'using': 0.37; 'received:org': 0.37; 'could': 0.38; 'some': 0.38; 'subject:: ': 0.39; 'might': 0.39; 'to:addr:python.org': 0.39; 'more': 0.60; 'crash': 0.67; 'evaluate': 0.71; 'difference.': 0.84; 'subject:management': 0.84; 'xp,': 0.84; 'ships': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Terry Reedy <tjreedy@udel.edu> |
| Subject | Re: memory management |
| Date | Mon, 07 Nov 2011 19:17:09 -0500 |
| References | <3CB1190388197146B35D522652EAB501014C71D0C4@MESAMAIL01.acctcom.mesa> <4EB83D69.2000409@dejaviewphoto.com> <3CB1190388197146B35D522652EAB501014C71D167@MESAMAIL01.acctcom.mesa> <20111107204716.GA14201@sleipnir.bytereef.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | pool-74-109-121-73.phlapa.fios.verizon.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20110812 Thunderbird/6.0 |
| In-Reply-To | <20111107204716.GA14201@sleipnir.bytereef.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2526.1320711443.27778.python-list@python.org> (permalink) |
| Lines | 21 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1320711443 news.xs4all.nl 6913 [2001:888:2000:d::a6]:58927 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:15446 |
Show key headers only | 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
Re: memory management Terry Reedy <tjreedy@udel.edu> - 2011-11-07 19:17 -0500
csiph-web