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.

作者 lazka
收信人 eamanu, eryksun, lazka, paul.moore, steve.dower, tim.golden, vengelson, zach.ware
日期 2019-08-10.08:16:46
SpamBayes Score -1.0
Marked as misclassified
Message-id <1565425007.02.0.412390223957.issue37801@roundup.psfhosted.org>
In-reply-to
内容
> I wasn't aware that CPython builds for MSYS2 out of the box, since it's a POSIX-on-Windows platform like Cygwin. Apparently there are patches that enable it to build, since MSYS2 has Python available.

MSYS2 consists of a cygwin like environment and a mingw one. OP is trying to build with mingw.

MSYS2 contains a somewhat heavily patched Python in both environments so it's expected that building plain CPython doesn't work. There are plans to upstream smaller non-MSYS2 specific patches but nothing has come of it so far.
历史
日期 用户 动作 参数
2019-08-10 08:16:47lazka修改recipients: + lazka, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, eamanu, vengelson
2019-08-10 08:16:47lazka修改messageid: <1565425007.02.0.412390223957.issue37801@roundup.psfhosted.org>
2019-08-10 08:16:47lazka链接issue37801 messages
2019-08-10 08:16:46lazka创建