From owner-freebsd-python@FreeBSD.ORG Tue Jun 17 11:34:34 2014 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D440213; Tue, 17 Jun 2014 11:34:34 +0000 (UTC) Received: from mail-pb0-x236.google.com (mail-pb0-x236.google.com [IPv6:2607:f8b0:400e:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CEF062474; Tue, 17 Jun 2014 11:34:33 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id un15so2523736pbc.13 for ; Tue, 17 Jun 2014 04:34:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=c5Spj0ymx6IFybxL4vLF4gtyCl7TlgtFFu4ByG9WnXc=; b=u6RGG8b80TIUkISeYOuS61Xgm/UYdkiydvh0aqR37KSCNUC2obH+upEgat7oKUMe7s LZZaMoR2BB7Tum+u5Uzf3+Ln3TOvstUuiYgmLB1XofYZguhvEKv0xmJNsb7x2vvfjKo7 /Le9UB+8kjWDyxPQogK7gFecmo7qyjF4pvQ1H/p9m9R4o0yXEfEpCEWbwETiB5te/vgL o6nfqV/gwgQ2xQmP8hdc7ROZEmfOzKpzYGum65pY3s/u8M2cDFDYb6kK/7rmciU/rpTz X9eBcO2oUZNB/lPqh4Qp2StGNV5tl5FtMIbZoFYDbfE1LHkD5k8d6bmqU4fy8/Z4eIdK dy0Q== X-Received: by 10.66.136.103 with SMTP id pz7mr32210033pab.140.1403004873345; Tue, 17 Jun 2014 04:34:33 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id si8sm83873485pab.27.2014.06.17.04.34.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Jun 2014 04:34:32 -0700 (PDT) Sender: Kubilay Kocak Message-ID: <53A027BD.2030203@FreeBSD.org> Date: Tue, 17 Jun 2014 21:34:21 +1000 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: mva@freebsd.org, freebsd-python@freebsd.org Subject: Re: Python 2.7.7 References: <20140617132216.Horde.Lce6wqtFBWF13HgfAJ18Sg1@webmail.df.eu> In-Reply-To: <20140617132216.Horde.Lce6wqtFBWF13HgfAJ18Sg1@webmail.df.eu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2014 11:34:34 -0000 On 17/06/2014 9:22 PM, Marcus von Appen wrote: > Li-Wen Hsu : > >> On Wed, Jun 11, 2014 at 1:54 AM, Robert Simmons >> wrote: >>> Is there an ETA for updating the python27 port to 2.7.7? >> >> I just made a patch for updating python27: >> >> https://people.freebsd.org/~lwhsu/patch/python-2.7.7.diff > > lang/python27/files/patch-Lib__distutils__unixccompiler.py should be kept. > http://bugs.python.org/issue20767 has not been closed yet and the 2.7.7 > source > code does not incorporate the change nor does the NEWS file indicate > anything related > to the issue. > > I'm also unsure about the fcntl.ioctl() patch change. The 2.7.6 patch > used an > unsigned long on purpose, since we are not limited to 32 bit. The 2.7.7 > patch however > seems to revert this behaviour, limiting ioctl() to 32 bit, which will > most likely > have an impact on ports using ioctl(). I can't find a related python > issue - did we > ever report our change upstream? > > Cheers > Marcus > > _______________________________________________ > 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 don't recall coming across one, but I could be wrong. If I understood the change (and its background/context), I'd upstream it in a heartbeat given its simplicity. Is the change conditional on FreeBSD? What might be required to get it upstream ready? koobs