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 Steven Noonan
Recipients Steven Noonan, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-03-23.01:07:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521767242.21.0.467229070634.issue33125@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, another change I had to make was remove all the BaseAddress elements in the Link sections. The linker complains if these are used (the lower 4GB of memory are apparently reserved for the x86 emulation). Also, from what I was told by someone over at Microsoft, the BaseAddress options don't do anything useful on modern Windows versions unless you build with -fixed as well, because everything gets relocated anyway.
History
Date User Action Args
2018-03-23 01:07:22Steven Noonansetrecipients: + Steven Noonan, paul.moore, tim.golden, zach.ware, steve.dower
2018-03-23 01:07:22Steven Noonansetmessageid: <1521767242.21.0.467229070634.issue33125@psf.upfronthosting.co.za>
2018-03-23 01:07:22Steven Noonanlinkissue33125 messages
2018-03-23 01:07:21Steven Noonancreate