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.

classification
Title: PGOMGR : warning PG0188:
Type: compile error Stage: resolved
Components: Build Versions: Python 3.6
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: neyuru
Priority: normal Keywords:

Created on 2018-12-04 05:44 by neyuru, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
missing_pgc_files.txt neyuru, 2018-12-04 05:44 verbose for "PCBuild\build.bat --pgo -p x64" command
Messages (1)
msg331008 - (view) Author: Jorge Ramos (neyuru) * Date: 2018-12-04 05:44
The following command:

Tools\msi\buildrelease.bat -x64

is used to build a 64 bit version (on win_10_64) of python (using visual studio 2017). 

The following modules did not build correctly because, presumably, the corresponding .PGC files could not be found, even when the PGO tests ran perfectly well:

_elementtree
_multiprocessing
_ctypes
winsound
pyexpat
_socket
_bz2
_ssl
_lzma
_hashlib
select

See details in the attached file (search for the text "PGOMGR").
History
Date User Action Args
2022-04-11 14:59:08adminsetgithub: 79581
2019-01-11 06:00:48neyurusetstatus: open -> closed
stage: resolved
2018-12-04 05:44:02neyurucreate