[issue14802] Python 3.2 fail to compile with VC11 ARM configuration

2012-05-14 Thread Brian Curtin
Brian Curtin added the comment: Thanks for your report. Unfortunately Python 3.2 won't ever work in this way because changing compilers would be a new feature, and bug fix releases like 3.2 don't receive new features. Yesterday we completed the transition to VS2010 as a step towards our 3.3 r

[issue14802] Python 3.2 fail to compile with VC11 ARM configuration

2012-05-14 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +brian.curtin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue14802] Python 3.2 fail to compile with VC11 ARM configuration

2012-05-13 Thread Minmin Gong
New submission from Minmin Gong : Windows ARM doesn't support full win32 api, e.g. no registry and winsock. So the python fail to compile with VC11 beta in ARM configuration. -- components: Interpreter Core messages: 160593 nosy: Minmin.Gong priority: normal severity: normal status: ope