]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-29778: Ensure python3.dll is loaded from correct locations when Python...
authorSteve Dower <steve.dower@python.org>
Mon, 6 Jul 2020 18:55:43 +0000 (19:55 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2020 18:55:43 +0000 (14:55 -0400)
commit46cbf6148a46883110883488d3e9febbe46ba861
tree1ed21b0a6c6161ffa67420dbdfecec67a0cb951d
parentcfc7ff8d05f7a949a88b8a8dd506fb5c1c30d3e9
[3.6] bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21298) (#21354)

* bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21298)

* bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded.

* Add CVE number

* Updates for 3.6
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