eryksun added the comment:

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

----------

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

Reply via email to