[issue14802] Python fails to compile with VC11 ARM configuration

2019-01-21 Thread Ned Deily
Ned Deily added the comment: Unless Steve thinks otherwise, I agree that this isn’t a candidate for backporting to 3.7 without all the work to fully support new platform configurations. -- ___ Python tracker

[issue14802] Python fails to compile with VC11 ARM configuration

2019-01-21 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fixed in master branch. Thank you, Minmin Gong! I don't think this is a candidate for a 3.7 backport. If you think otherwise, though, please say so. You'll also need to check that the backport enables proper compilation on ARM. -- nosy:

[issue14802] Python fails to compile with VC11 ARM configuration

2019-01-12 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14802] Python fails to compile with VC11 ARM configuration

2019-01-11 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch, patch, patch, patch pull_requests: +11125, 11126, 11127, 11128 stage: -> patch review ___ Python tracker ___

[issue14802] Python fails to compile with VC11 ARM configuration

2019-01-11 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch, patch, patch pull_requests: +11125, 11126, 11128 stage: -> patch review ___ Python tracker ___

[issue14802] Python fails to compile with VC11 ARM configuration

2019-01-11 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch, patch pull_requests: +11125, 11126 stage: -> patch review ___ Python tracker ___

[issue14802] Python fails to compile with VC11 ARM configuration

2019-01-11 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +11125 stage: -> patch review ___ Python tracker ___ ___

[issue14802] Python fails to compile with VC11 ARM configuration

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Can we close this due to the extensive work being done by Steve and Zach on the Windows build environment that I believe are covered by other issues? -- nosy: +BreamoreBoy, steve.dower, zach.ware versions: +Python 3.5 -Python 3.4

[issue14802] Python fails to compile with VC11 ARM configuration

2014-07-10 Thread Martin v . Löwis
Martin v. Löwis added the comment: None of this work affects WinRT. I don't know whether support of WinRT is a goal, but it is certainly not a solved problem. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14802

[issue14802] Python fails to compile with VC11 ARM configuration

2014-07-10 Thread Steve Dower
Steve Dower added the comment: The build environment won't help here, this requires some significant rewrites within Python to remove usage of Windows APIs that don't work under the WinRT sandbox (similar to the projects to embed Python in Chromium et al.) I'd still like to see it done, but

[issue14802] Python fails to compile with VC11 ARM configuration

2012-05-15 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: In any case, there is a branch supporting Python as a metro app at http://hg.python.org/sandbox/loewis#win8app This may get folded back into Python at some point, but certainly not before Windows 8 is released. -- nosy: +loewis

[issue14802] Python fails to compile with VC11 ARM configuration

2012-05-14 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- title: Python 3.2 fail to compile with VC11 ARM configuration - Python fails to compile with VC11 ARM configuration type: compile error - enhancement versions: -Python 3.3 ___ Python tracker