[issue35228] Index search in CHM help crashes viewer

2021-12-17 Thread Charles G.


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/23  03:29   729.600 hhctrl.ocx.old

--
nosy: +Charles G.

___
Python tracker 
<https://bugs.python.org/issue35228>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27509] Some tests breaks PGO build on Windows

2016-07-13 Thread Charles G.

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.pgc and found that these tests when 
run prevents above pgcs from being created:

test_concurrent_futures
test_faulthandler
test_multiprocessing_main_handling
test_multiprocessing_spawn
test_os
test_subprocess

I'm not sure of the reason why no pgc is produced when running these tests.

--
components: Windows
messages: 270374
nosy: Charles G., paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Some tests breaks PGO build on Windows
type: compile error
versions: Python 3.5

___
Python tracker 
<http://bugs.python.org/issue27509>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27509] Some tests breaks PGO build on Windows

2016-07-14 Thread Charles G.

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/issue27509>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27509] Some tests breaks PGO build on Windows

2016-07-14 Thread Charles G.

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 the IDE.

--

___
Python tracker 
<http://bugs.python.org/issue27509>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27509] Some tests breaks PGO build on Windows

2016-07-14 Thread Charles G.

Charles G. added the comment:

Tried with Visual Studio Community 2015 Update 3 with same result.

--

___
Python tracker 
<http://bugs.python.org/issue27509>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com