[issue35253] Linker warning LNK4281

2019-09-11 Thread Steve Dower
Steve Dower added the comment: I don't remember exactly when, but this is fixed. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue35253] Linker warning LNK4281

2018-11-15 Thread Jorge Ramos
Jorge Ramos added the comment: Ok, thanks! If it helps, here are all the modules that gave me that suggestion: pythoncore.vcxproj _testbuffer.vcxproj _testcapi.vcxproj _testimportmultiple.vcxproj select.vcxproj _overlapped.vcxproj _elementtree.vcxproj _decimal.vcxproj unicodedata.vcxproj

[issue35253] Linker warning LNK4281

2018-11-15 Thread Brett Cannon
Brett Cannon added the comment: No, it's not a problem, just a potential enhancement. -- nosy: +brett.cannon, paul.moore, steve.dower, tim.golden, zach.ware type: compile error -> enhancement ___ Python tracker

[issue35253] Linker warning LNK4281

2018-11-14 Thread Jorge Ramos
New submission from Jorge Ramos : When building python 3.6.7 x64 from source I get multiple warnings: LINK : LNK4281 - "undesirable base address 0x1D11 for x64 image; set base address above 4GB for best ASLR