Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7BB94D244 for ; Fri, 3 Aug 2012 06:23:35 +0000 (UTC) Received: (qmail 76310 invoked by uid 500); 3 Aug 2012 06:23:35 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 76189 invoked by uid 500); 3 Aug 2012 06:23:33 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 76143 invoked by uid 99); 3 Aug 2012 06:23:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2012 06:23:31 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of acolorado@gmail.com designates 209.85.161.175 as permitted sender) Received: from [209.85.161.175] (HELO mail-gg0-f175.google.com) (209.85.161.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2012 06:23:25 +0000 Received: by ggmq1 with SMTP id q1so401487ggm.6 for ; Thu, 02 Aug 2012 23:23:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=Q1XRE6EzUfv/IUZIP06imYma5q27jHo5LgNX6WLmgNE=; b=zeHVeFgAGaZYQamOXZZxIWBlVvS7vAecmotbZPolTM5RuThDZZC4Yyz/IlmV9vUrLm Ojj6gJ4q2GXMLLnTfQ3z7yhxH3uGbss9PeOtvYmmfcSNZFqtPymrhnsot5XDV+nJsO/W eO75eVwRsyuKKj7VGOfuPZFsU6ovv3vpqtdsJirHhqMpZ4V8UjOBxp7KqHvvBAE9qVlZ EUUm2uCJghxjifzO9yNmKphSELs/8S85cvRRX9A3b9XTQW1lASSEbLCcQc1Ako/8UknM mO6oN4HUbkNbY0pxATfXh9nByl6IiVXXwish+PZcgNVrCHy9Vke2cVE9Wq0eGWluGO2O CLuA== MIME-Version: 1.0 Received: by 10.66.75.74 with SMTP id a10mr106953paw.46.1343974983934; Thu, 02 Aug 2012 23:23:03 -0700 (PDT) Sender: acolorado@gmail.com Received: by 10.66.14.132 with HTTP; Thu, 2 Aug 2012 23:23:03 -0700 (PDT) In-Reply-To: <1343970408.35672.YahooMailMobile@web113520.mail.gq1.yahoo.com> References: <1343970408.35672.YahooMailMobile@web113520.mail.gq1.yahoo.com> Date: Fri, 3 Aug 2012 01:23:03 -0500 X-Google-Sender-Auth: Mxtr6gb3geagmRn1854j5kMl9dw Message-ID: Subject: Re: Python From: Alexandro Colorado To: ooo-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=f46d042f9c3281237404c6568ff1 --f46d042f9c3281237404c6568ff1 Content-Type: text/plain; charset=UTF-8 On Fri, Aug 3, 2012 at 12:06 AM, Pedro Giffuni wrote: > Hello guys; > > FWIW, the update to version 2.7.3 doesnt really bring a big difference wrt > 2.6.1 but I dont think we will be able to update python further in a long > while because there are extensions out there that depend on Python2. > > Adding Python3 compatibility is not difficult, I think, but an interesting > alternative, that people can try now, would be to build/ship AOO with PyPy : > > http://pypy.org/ > > Cheers, > > Pedro. Since PyPy is built on top of Python, I wonder how will that impact the gcc issue? Also would be interesting to test the pyuno module in PyPy make sure is compatible. Finally I wonder which extension is dependend on Python2 from the PyUNO module? --f46d042f9c3281237404c6568ff1--