Steven Noonan <ste...@uplinklabs.net> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33125>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to