This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients mark.dickinson, paul.moore, pitrou, python-dev, r.david.murray, serhiy.storchaka, skrah, steve.dower, tim.golden, tim.peters, vstinner, zach.ware
Date 2016-01-20.15:39:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453304385.53.0.760308273777.issue25934@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, it's been a while since I tested that, so my reporting was inaccurate.  The problem is actually that the compile fails:

..\Modules\mathmodule.c(1924): error C2099: initializer is not a constant [C:\cpython\PCbuild\pythoncore.vcxproj]
..\Modules\mathmodule.c(1925): error C2099: initializer is not a constant [C:\cpython\PCbuild\pythoncore.vcxproj]

..\Python\dtoa.c(1215): error C2099: initializer is not a constant [C:\cpython\PCbuild\pythoncore.vcxproj]
History
Date User Action Args
2016-01-20 15:39:45zach.waresetrecipients: + zach.ware, tim.peters, paul.moore, mark.dickinson, pitrou, vstinner, tim.golden, r.david.murray, skrah, python-dev, serhiy.storchaka, steve.dower
2016-01-20 15:39:45zach.waresetmessageid: <1453304385.53.0.760308273777.issue25934@psf.upfronthosting.co.za>
2016-01-20 15:39:45zach.warelinkissue25934 messages
2016-01-20 15:39:45zach.warecreate