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 neyuru
Date 2018-12-04.05:44:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543902242.92.0.788709270274.issue35400@psf.upfronthosting.co.za>
In-reply-to
Content
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
2018-12-04 05:44:02neyurusetrecipients: + neyuru
2018-12-04 05:44:02neyurusetmessageid: <1543902242.92.0.788709270274.issue35400@psf.upfronthosting.co.za>
2018-12-04 05:44:02neyurulinkissue35400 messages
2018-12-04 05:44:02neyurucreate