From owner-freebsd-python@freebsd.org Tue Oct 30 18:48:49 2018 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72FD610F130B for ; Tue, 30 Oct 2018 18:48:49 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 13D1B741A7 for ; Tue, 30 Oct 2018 18:48:49 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id CCC5910F130A; Tue, 30 Oct 2018 18:48:48 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB6F210F1309 for ; Tue, 30 Oct 2018 18:48:48 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71199741A5; Tue, 30 Oct 2018 18:48:48 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id CBAD117080; Tue, 30 Oct 2018 18:48:47 +0000 (UTC) Date: Tue, 30 Oct 2018 18:48:46 +0000 From: Mark Linimon To: bugzilla-noreply@freebsd.org Cc: python@FreeBSD.org Subject: Re: [Bug 232792] Namespace pollution in all python ports Message-ID: <20181030184837.GD9229@lonesome.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2018 18:48:49 -0000 On Tue, Oct 30, 2018 at 05:24:40PM +0000, bugzilla-noreply@freebsd.org wrote: > Once I address those issues, I will seek to have the code committed > to libm. The python ports will be broken at that time. That's not how things work in a collaborative environment. mcl