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 vstinner
Recipients Aaron Hall, benjamin.peterson, mark.dickinson, serhiy.storchaka, thatiparthy, vstinner
Date 2018-10-26.14:15:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540563358.79.0.788709270274.issue35059@psf.upfronthosting.co.za>
In-reply-to
Content
> bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094)
> https://github.com/python/cpython/commit/a05bef4f5be1bcd0df63ec0eb88b64fdde593a86

Too bad: this change broke the compilation on AMD64 Windows7 SP1 3.x, AMD64 Windows8 3.x and AMD64 Windows10 3.x:
https://github.com/python/cpython/pull/10094#issuecomment-433405364

I don't understand why: it works well on my Windows 10 VM with my up to date Visual Studio Community 2017 (version 15.8.8). The compilation also worked on AppVeyor.

For me, the only explanation is that buildbots use older compiler versions.

Note: I checked that _decimal is compiled on my VM.
History
Date User Action Args
2018-10-26 14:15:58vstinnersetrecipients: + vstinner, mark.dickinson, benjamin.peterson, serhiy.storchaka, thatiparthy, Aaron Hall
2018-10-26 14:15:58vstinnersetmessageid: <1540563358.79.0.788709270274.issue35059@psf.upfronthosting.co.za>
2018-10-26 14:15:58vstinnerlinkissue35059 messages
2018-10-26 14:15:58vstinnercreate