Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 78e25ab5b33a0f9d03c9b6a6ece328abcc645c4b https://github.com/python/cpython/commit/78e25ab5b33a0f9d03c9b6a6ece328abcc645c4b Author: Steve Dower <steve.dower at microsoft.com> Date: 2017年05月17日 (2017年5月17日) Changed paths: A PCbuild/lib.pyproj M PCbuild/pcbuild.sln Log Message: ----------- Adds lib.pyproj file to solution (#1633) * Adds lib.pyproj file to solution so that VS with Python support can open all the files in the standard library. * Remove unexpected solution configuration. * Remove lib.pyproj from solution to avoid memory issues on VS 2015.