]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-29778: Ensure python3.dll is loaded from correct locations when Python...
authorSteve Dower <steve.dower@python.org>
Mon, 6 Jul 2020 17:24:59 +0000 (18:24 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2020 17:24:59 +0000 (13:24 -0400)
commit110dd153662a13b8ae1bb06348e5b1f118ab26d7
tree056f5db1e1a3f11a411276c4037ed4f9952d1973
parentb98e7790c77a4378ec4b1c71b84138cb930b69b7
[3.7] bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) (#21298)

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

* Add CVE number
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