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 eryksun
Recipients amaury.forgeotdarc, belopolsky, eryksun, meador.inge, steve.dower, tim.golden, zach.ware
Date 2015-03-10.06:53:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425970382.91.0.0918714508049.issue23606@psf.upfronthosting.co.za>
In-reply-to
Content
Will manual forwarding eventually be replaced by the loader's ApiSetMap (in the process PEB), i.e. will ucrtbase join ntdll, sechost, kernelbase, and kernel32 in apisetschema.dll? In this case will the CRT API sets only exist in winsxs, i.e. will they no longer be hard linked in System32? 

What about debug builds? python35_d.dll links directly to ucrtbased.dll:

    C:\Program Files\Python35>dumpbin /dependents python35_d.dll | find /i ".dll"
    Dump of file python35_d.dll
        WS2_32.dll
        KERNEL32.dll
        ADVAPI32.dll
        VCRUNTIME140D.dll
        ucrtbased.dll
History
Date User Action Args
2015-03-10 06:53:02eryksunsetrecipients: + eryksun, amaury.forgeotdarc, belopolsky, tim.golden, meador.inge, zach.ware, steve.dower
2015-03-10 06:53:02eryksunsetmessageid: <1425970382.91.0.0918714508049.issue23606@psf.upfronthosting.co.za>
2015-03-10 06:53:02eryksunlinkissue23606 messages
2015-03-10 06:53:02eryksuncreate