What version of Visual Studio and/or MinGW do I need to build extension modules for a given version of Python?

后端 未结 3 1053
旧时难觅i
旧时难觅i 2020-12-09 12:34

To put this question a different way, what version of Visual C++ was each official build of Python from python.org of Python built with, and what versions of MinGW are compa

3条回答
  •  醉酒成梦
    2020-12-09 13:19

    If anyone is still interested in this in 2020: I've found this (updated) page that lists the Visual C++ compiler versions (and Visual Studio versions that include them) used for each CPython version:

    https://wiki.python.org/moin/WindowsCompilers

提交回复
热议问题