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


Groups > comp.lang.python > #95457

Re: memory control in Python

Path csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!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.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'ping': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'supported.': 0.09; 'python': 0.10; 'liu': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'switch.': 0.16; 'pointed': 0.18; 'language': 0.19; 'extension': 0.20; 'decide': 0.23; 'header :User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'chris': 0.26; 'supported': 0.27; 'so,': 0.35; 'i.e.': 0.35; 'quite': 0.35; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'charset:us-ascii': 0.37; 'whatever': 0.39; 'does': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'received:de': 0.40; 'different': 0.63; 'packages,': 0.66; 'received:217': 0.66; 'carefully': 0.72
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From dieter <dieter@handshake.de>
Subject Re: memory control in Python
Date Tue, 18 Aug 2015 08:02:02 +0200
References <CAM5e_kbbTAEHE=mi0WFXutJ5G2A-UV4wLsAPMcBT5XrCqhr3MA@mail.gmail.com> <mailman.24.1439623320.4764.python-list@python.org> <685b4197-973b-432b-83fd-099f3bfc5239@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
X-Gmane-NNTP-Posting-Host pd9e0960b.dip0.t-ipconnect.de
User-Agent Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux)
Cancel-Lock sha1:74d6//uPYMi0KdUcKHFEFBaMDvI=
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.72.1439877732.4764.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1439877732 news.xs4all.nl 16589 [2001:888:2000:d::a6]:34972
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:95457

Show key headers only | View raw


Ping Liu <yanzhipingliu@gmail.com> writes:

> If I move from Python to Jython or IronPython, do I need to retool whatever I have done? If so, that may take quite a long time. This may make the reimplementation impossible. 

As Chris already pointed out, you are still using Python -- i.e. the
base language does not change.

However, extension packages, such as "NumPy", might not be supported.
If you are using extension packages, carefully check whether they
are supported for a different Python implementation before you decide
a switch.

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


Thread

Re: memory control in Python dieter <dieter@handshake.de> - 2015-08-15 09:21 +0200
  Re: memory control in Python Ping Liu <yanzhipingliu@gmail.com> - 2015-08-17 15:09 -0700
    Re: memory control in Python Chris Angelico <rosuav@gmail.com> - 2015-08-18 10:13 +1000
    Re: memory control in Python dieter <dieter@handshake.de> - 2015-08-18 08:02 +0200
    Re: memory control in Python Laura Creighton <lac@openend.se> - 2015-08-18 08:16 +0200
    Re: memory control in Python Rustom Mody <rustompmody@gmail.com> - 2015-08-18 01:56 -0700
      Re: memory control in Python Laura Creighton <lac@openend.se> - 2015-08-18 11:13 +0200

csiph-web