]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.5] bpo-29778: Ensure python3.dll is loaded from correct locations when Python...
authorSteve Dower <steve.dower@python.org>
Tue, 4 Aug 2020 02:16:20 +0000 (03:16 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Aug 2020 02:16:20 +0000 (19:16 -0700)
commitf205f1000a2d7f8b044caf281041b3705f293480
tree1318900a2aadff09602bc305aff44483bbe175a3
parentcac9ca8ed99bd98f4c0dcd1913a146192bf5ee84
[3.5] bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) (#21377)

bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded.
Misc/NEWS.d/next/Security/2020-07-03-17-21-37.bpo-29778.cR_fGS.rst [new file with mode: 0644]
PC/getpathp.c
PCbuild/pyproject.props
PCbuild/python.props
Python/dynload_win.c