Charles G. added the comment:
My previous Windows version (Win 10 1803) does not have this crashing problem.
It only crashed after upgrading to 21H1. So I replaced hhctrl.ocx in system32
(Win 10 21H1) with hhctrl.ocx from Windows.old.
2019/03/19 11:45 696.320 hhctrl.ocx
2021/09
Charles G. added the comment:
Tried with Visual Studio Community 2015 Update 3 with same result.
--
___
Python tracker
<http://bugs.python.org/issue27509>
___
___
Charles G. added the comment:
The compiler itself supports PGO in the Community Edition. I'm not sure about
the IDE (not using it). Since I compiled python using the batch file (with
msbuild) so it is not limited by the features of th
Charles G. added the comment:
Community Edition. PGO is available in the Community Edition since at least VS
2012.
--
___
Python tracker
<http://bugs.python.org/issue27
New submission from Charles G.:
Environment:
Python 3.5.2
Visual Studio 2015 Update 2
Windows 7
amd64
I tried to build python with pgo (build.bat --pgo) but found that no
python35!1.pgc or python!1.pgc was created. Then I run the tests one by one
while checking the existence of python35!1