]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
authorSteve Dower <steve.dower@microsoft.com>
Fri, 29 Mar 2019 23:37:16 +0000 (16:37 -0700)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2019 23:37:16 +0000 (16:37 -0700)
commit2438cdf0e932a341c7613bf4323d06b91ae9f1f1
tree231cdf3f22e1d5eb9f88fe7a511ab47e3cf8d225
parent32119e10b792ad7ee4e5f951a2d89ddbaf111cc5
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
12 files changed:
Doc/library/ctypes.rst
Doc/library/os.rst
Doc/whatsnew/3.8.rst
Lib/ctypes/__init__.py
Lib/ctypes/test/test_loading.py
Lib/os.py
Lib/test/test_import/__init__.py
Misc/NEWS.d/next/Windows/2019-03-18-11-44-49.bpo-36085.mLfxfc.rst [new file with mode: 0644]
Modules/_ctypes/callproc.c
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c
Python/dynload_win.c