Ned Deily added the comment:
P.S. If you *do* want to build the current HEAD of the 3.6 branch including as
yet unreleased fixes:
git checkout 3.6
If you want to build a specific release, use the v^ tags provided for each
release:
git checkout v3.6.8
--
__
Ned Deily added the comment:
Thanks for the report. Unfortunately, you are not actually building Python 3.6
here. Revision f3a5b7a is on the master branch, not 3.6. The fact that you are
seeing a failure of test_peg_generator confirms that you are building from
master (i.e. a pre-release o
Terry J. Reedy added the comment:
Runtest itself ran to completion but the 4 tests listed failed. I suspect that
this should be closed as "won't fix" because
A. 3.6 only gets security fixes since Dec 2018.
B. Locally built Windows binaries often fail a few tests, either occasionally
or depen