[Python-Dev] Python 2.7 patch levels turning two digit (original) (raw)
Donald Stufft donald at stufft.io
Mon Jun 23 23:28:23 CEST 2014
- Previous message: [Python-Dev] Python 2.7 patch levels turning two digit
- Next message: [Python-Dev] Python 2.7 patch levels turning two digit
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Jun 23, 2014, at 5:22 PM, Barry Warsaw <barry at python.org> wrote:
On Jun 23, 2014, at 05:15 PM, Donald Stufft wrote:
Normally when I see someone suggest that switching compilers in 2.7.x is likely to be less work than releasing a 2.8 It normally appears to me they haven’t looked at the impact on the packaging tooling. Just to be clear, releasing a Python 2.8 has enormous impact outside of just the amount of work to do it. It's an exceedingly bad idea.
Can you clarify?
Also FWIW I’m not really married to the 2.8 thing, it’s mostly that, on Windows, the X.Y release prior to the ABI thing in 3.x was the ABI so all the tooling builds on that. So you need to either
- Stick with the old Compiler
- Release 2.8
- Do all the work to fix all the tooling to cope with the fact that X.Y isn’t the ABI on 2.x anymore
I don’t think a reasonable option is:
- Just switch compilers and leave it on someone else’s doorsteps to fix the entire packaging tool chain to cope.
Donald Stufft PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: Message signed with OpenPGP using GPGMail URL: <http://mail.python.org/pipermail/python-dev/attachments/20140623/eb5f6cfd/attachment.sig>
- Previous message: [Python-Dev] Python 2.7 patch levels turning two digit
- Next message: [Python-Dev] Python 2.7 patch levels turning two digit
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]