Movatterモバイル変換
[0]ホーム
[Python-Dev] Python 2.7 patch levels turning two digit
Donald Stufftdonald at stufft.io
Mon Jun 23 22:43:31 CEST 2014
On Jun 23, 2014, at 4:31 PM, Barry Warsaw <barry at python.org> wrote:> On Jun 23, 2014, at 04:20 PM, Donald Stufft wrote:>>> At the risk of getting Guido to post his slide again, I still think the>> solution to the old compiler is to just roll a 2.8 with minimal changes.>> No. It's not going to happen, for all the reasons discussed previously.> Python 2.8 is not a solution to anything.>> If a new, incompatible compiler suite is required, why can't there just be> multiple Windows downloads onhttps://www.python.org/download/releases/2.7.7/> ? Well, on reason is that you'd have to convince MvL or someone else to take> over the work that would require, but that's gotta be *much* lighter weight> than releasing a Python 2.8.As far as I am aware, a 2.7 with a different compiler, even if it’s just an optionis an attractive nuisance. None of the tooling right now differentiates betweenbinary compatibility by anything other than “CPython 2.7”.The end result of having a 2.7 which is built with the old compiler, and a 2.7 builtwith the new compiler is that you’ll end up with binary distributions which worksometimes if you’re lucky and the creator of the binary distribution and youhappened to pick the same “variant” of 2.7. Most likely result is all the binarydistributions will *mostly* still depend on using the old compiler because of thecorpus of existing binary packages that depend on that. Which means that the2.7 with new compiler will exist entirely to act as a footgun to anyone who picksit and also wants to use binary packages.>> -Barry> _______________________________________________> Python-Dev mailing list>Python-Dev at python.org>https://mail.python.org/mailman/listinfo/python-dev> Unsubscribe:https://mail.python.org/mailman/options/python-dev/donald%40stufft.io-----------------Donald StufftPGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA-------------- next part --------------A non-text attachment was scrubbed...Name: signature.ascType: application/pgp-signatureSize: 801 bytesDesc: Message signed with OpenPGP using GPGMailURL: <http://mail.python.org/pipermail/python-dev/attachments/20140623/4b12039b/attachment-0001.sig>
More information about the Python-Devmailing list
[8]ページ先頭