Windows上でPython3.5をビルドする
VisualStudio2015でPython3.5(64bit Debug)をビルドする。
ソースをダウンロードして解凍した。 Python-3.5.3 build.batを実行する
unknown: blockquote => {"type":"blockquote","children":[{"type":"paragraph","children":[{"type":"text","value":"cd Python-3.5.3/PCbuild\nPython-3.5.3/PCbuild> build.bat -p x64 -c Debug","position":{"start":{"line":7,"column":3,"offset":97},"end":{"line":8,"column":48,"offset":168}}}],"position":{"start":{"line":7,"column":3,"offset":97},"end":{"line":8,"column":48,"offset":168}}}],"position":{"start":{"line":7,"column":1,"offset":95},"end":{"line":8,"column":48,"offset":168}}}
pythoncore.vcxproj -> Python-3.5.3\PCBuild\amd64\python35_d.dll
できあがり。