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.

Author neyuru
Recipients dstufft, eric.araujo, matrixise, neyuru, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-11-06.04:59:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541480361.12.0.788709270274.issue35157@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, my last message is a trimmed version of my next to last message (which itself is a trimmed version of all the verbose of the build, showing just after the PGO interpreter wakes up). Although, obviously they where run at different times (one run completed in 31 minutes while the other was in 35 minutes), because I no longer had the output of my next to last message available.

Other than that, the messages are 'identical'. The commands followed to get to this are:

git clone git@github.com:neyuru/cpython.git
git remote add upstream git@github.com:python/cpython.git
git remote -v
cd cpython
git checkout 3.6
PCBuild\get_externals.bat
Tools\msi\get_externals.bat
PCBuild\build.bat -d -p x64
PCBuild\build.bat --pgo -p x64
History
Date User Action Args
2018-11-06 04:59:21neyurusetrecipients: + neyuru, paul.moore, tim.golden, eric.araujo, zach.ware, steve.dower, dstufft, matrixise
2018-11-06 04:59:21neyurusetmessageid: <1541480361.12.0.788709270274.issue35157@psf.upfronthosting.co.za>
2018-11-06 04:59:21neyurulinkissue35157 messages
2018-11-06 04:59:20neyurucreate