[issue40622] Using VS2019 to automatically build Python3 and Runtest and it failed to Runtest

2020-05-14 Thread Lin Gao
New submission from Lin Gao : Here is repro steps: 1. git clone -b "3.6" -c core.autocrlf=true https://github.com/python/cpython.git F:\gitP\python\cpython 2. Open a VS 2019 16.4.5 x86 command prompt and browse to F:\gitP\python\cpython 3. checkout the revision to f3a5b7a. 4. Ad

[issue39952] Using VS2019 to automatically build Python3 and it failed to build

2020-04-03 Thread Lin Gao
Lin Gao added the comment: Hi Steve, Sorry for the delay. Thanks for your information and help. We mainly use open source projects to test the vs compiler backend. Now is the migration for testing and need to replace vs2017 with vs2019. Currently we used the second work around you

[issue39952] Using VS2019 to automatically build Python3 and it failed to build

2020-03-16 Thread Lin Gao
Lin Gao added the comment: Hi, Thanks for your reply and info! I've tried to use you provided --no-tkinter to re-build python3.6. And now There is only one error left. Have you encountered this problem? build -e -r --no-tkinter -v "/p:PlatformToolset

[issue39952] Using VS2019 to automatically build Python3 and it failed to build

2020-03-12 Thread Lin Gao
Change by Lin Gao : -- nosy: -Lin ___ Python tracker <https://bugs.python.org/issue39952> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue39952] Using VS2019 to automatically build Python3 and it failed to build

2020-03-12 Thread Lin Gao
New submission from Lin Gao : We (the MSVC ++ team) is trying to use VS2019 to replace VS2017 to automatically build Python3(branch 3.6)on Windows. First build failed with error MSB8036: The Windows SDK version 10.0.10586.0 was not found. So we modified the build command line to 'build -e -r