From owner-freebsd-python@FreeBSD.ORG Wed Dec 19 11:53:46 2012 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 693CC57C for ; Wed, 19 Dec 2012 11:53:46 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by mx1.freebsd.org (Postfix) with ESMTP id 32A0C8FC0A for ; Wed, 19 Dec 2012 11:53:45 +0000 (UTC) Received: by mail-pa0-f44.google.com with SMTP id hz11so1260242pad.31 for ; Wed, 19 Dec 2012 03:53:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=fQOwYBLiZktg6un/4qmWRtTMNX2GgjBeWWELvYRg5CM=; b=w3GP9nNLHaDoRZZAt3uOx3wxiPUt4qLkgpmmo4m6VIhyUUaU/pSenCPKf6fFV8B0BT SIehWXWanwgdjCWbCcD90ePFbblNnXJdty70SbbtNJjZnIbywx8aB+O6OuZqnDRSKJ4O SVxhOiyhqIPZFO46ADe++Z/fsp+e+dhn1HxHSL+kQgkPWYoDp9uiprtvAlfOgjbMVyYC vAu8YNfNztBjUxJu3QcFx+jYanqwoUUclJg5m14SB0tva7XEjKHPCogqDrEEf8MGEyeF GdrAj7pW74MLC5KFhO/m7JnVq0wAfv4a8re8jSlmWZOgzqjenuIh2CMwPjLZWoDRRU5j 4jJw== X-Received: by 10.66.80.202 with SMTP id t10mr16474091pax.81.1355918025491; Wed, 19 Dec 2012 03:53:45 -0800 (PST) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id na4sm3005880pbc.18.2012.12.19.03.53.42 (version=SSLv3 cipher=OTHER); Wed, 19 Dec 2012 03:53:44 -0800 (PST) Message-ID: <50D1AAC1.7090600@gmail.com> Date: Wed, 19 Dec 2012 22:53:37 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Dmitry Sivachenko Subject: Re: python-3.3 References: <43311F6C-7B13-4692-81A8-3BFFB00349B7@FreeBSD.org> In-Reply-To: <43311F6C-7B13-4692-81A8-3BFFB00349B7@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "python@freebsd.org" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2012 11:53:46 -0000 On 19/12/2012 9:50 PM, Dmitry Sivachenko wrote: > Hello! > > Would you mind if I commit patch sent by koobs@ to freebsd-python a while ago to introduce python version 3.3? > > Thanks. > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > I'd like to see at least a few reports of successful testing and feedback from python@ folk before we look at committing. I know I'm not entirely satisfied with it yet. Some specifics: - regression test failures - lang/python-doc-html needs updating I think it might also be prudent to consider starting python33 from a blank port slate while we have the opportunity, and would like to hear peoples thoughts on this generally. I've been running 2 buildbot-slaves for the python project for a number of months, and other than recent ZFS test failures, they both build very cleanly from pure upstream sources: http://buildbot.python.org/all/buildslaves/koobs-freebsd http://buildbot.python.org/all/buildslaves/koobs-freebsd-clang Also, if anyone can provide clues as to why we build out of tree (portbld.static and portbld.shared) and some of the other magic bits in the python port, that may provide some avenues for reducing complexity and overhead maintaining the port going forward Koobs