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-11-15.01:50:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542246646.48.0.788709270274.issue35253@psf.upfronthosting.co.za>
In-reply-to
Content
When building python 3.6.7 x64 from source I get multiple warnings:

--------------------------------------------------------------------
LINK : LNK4281 - "undesirable base address 0x1D110000 for x64 image; set base address above 4GB for best ASLR optimization".
--------------------------------------------------------------------

after that, the build gives the offending module: 

--------------------------------------
[..\PCbuild\pythoncore.vcxproj]
---------------------------------------

(e.g., there are many others) the .. means whatever parent directory the build files are on. I use the following batch file:

------------------------------------------------------------
Tools\msi\buildrelease.bat -x64 --pgo '-m test -q --pgo'
-------------------------------------------------------------

Is this a problem?
History
Date User Action Args
2018-11-15 01:50:46neyurusetrecipients: + neyuru
2018-11-15 01:50:46neyurusetmessageid: <1542246646.48.0.788709270274.issue35253@psf.upfronthosting.co.za>
2018-11-15 01:50:46neyurulinkissue35253 messages
2018-11-15 01:50:45neyurucreate