From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=195.159.176.226; helo=blaine.gmane.org; envelope-from=gcbed-edk2@m.gmane.org; receiver=edk2-devel@lists.01.org Received: from blaine.gmane.org (unknown [195.159.176.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 1D19B21FCA26A for ; Wed, 1 Nov 2017 06:11:29 -0700 (PDT) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1e9srI-0000fa-T0 for edk2-devel@lists.01.org; Wed, 01 Nov 2017 14:15:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: edk2-devel@lists.01.org From: Antoine Pitrou Date: Wed, 1 Nov 2017 13:54:59 +0100 Message-ID: <20171101135459.25233abb@fsol> References: Mime-Version: 1.0 X-Complaints-To: usenet@blaine.gmane.org X-Newsreader: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) Cc: python-dev@python.org Subject: Re: Official port of Python on EDK2 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2017 13:11:29 -0000 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 1 Nov 2017 13:46:27 +0100 Christian Heimes wrote: > > > This work would target the master branch (that is Python 3). I would > > be interested in hearing your thoughts on this idea. > > In general your proposal sounds like a good idea. A new platform may > require a PEP, though. It would also require a maintainer and a maintenance promise for several years (5 or 10? I don't know). I doubt any other core developers are interested in/equipped for dealing with EDK2 issues, regressions and subtleties. > You can start now by submitting pull requests for the header fixes. Even > in the case we decide not to support EDK2, we make your life easier by > reducing the amount of extra patches. Agreed. Regards Antoine.