]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedde...
authorSteve Dower <steve.dower@python.org>
Mon, 6 Jul 2020 16:32:00 +0000 (17:32 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2020 16:32:00 +0000 (17:32 +0100)
commitdcbaa1b49cd9062fb9ba2b9d49555ac6cd8c60b5
tree4b1d3d5130de1db92de3240f4decc656ee7247ef
parentdeb016224cc506503fb05e821a60158c83918ed4
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297)

Also enables using debug build of `python3_d.dll`
Reference: CVE-2020-15523
Lib/test/test_embed.py
Misc/NEWS.d/next/Security/2020-07-03-17-21-37.bpo-29778.cR_fGS.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
PC/getpathp.c
PCbuild/pyproject.props
PCbuild/python.props
Python/dynload_win.c
Python/pathconfig.c