Issue 30742: VS2015 support for 2.7 branch (original) (raw)

Issue30742

Created on 2017-06-23 21:27 by Dženan Zukić, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 2446 closed python-dev,2017-06-27 15:03
Messages (2)
msg296738 - (view) Author: Dženan Zukić (Dženan Zukić) Date: 2017-06-23 21:27
In VS2015 timezone and friends have been replace by _timezone (related ). The second problem is missing _PyVerify_fd during linking phase.
msg297053 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2017-06-27 16:10
There are *many* more fixes required than just these. We're not prepared to take the changes into 2.7 at this stage, and we don't want to encourage people to think that MSVC 14.0 or later are supported when we know that it's incomplete. I'd suggest creating a fork and making your updates in that. You are welcome to promote it as MSVC 14.0-compatible sources for anyone else who wants to build 2.7 from them, and you may find more contributors to help you that way.
History
Date User Action Args
2022-04-11 14:58:48 admin set github: 74927
2017-06-27 16:10:13 steve.dower set status: open -> closedcomponents: + Windowsnosy: + paul.moore, tim.golden, zach.ware, steve.dowermessages: + resolution: rejectedstage: resolved
2017-06-27 15:03:37 python-dev set pull_requests: + <pull%5Frequest2501>
2017-06-23 21:28:56 Dženan Zukić set type: compile errorcomponents: + Build, - Library (Lib)
2017-06-23 21:27:58 Dženan Zukić create