]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedde...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 Jul 2020 17:12:16 +0000 (10:12 -0700)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2020 17:12:16 +0000 (19:12 +0200)
commitaa7f7756149a10c64d01f583b71e91814db886ab
tree2423c988772967d5090089f00550749ecde9b02d
parent6790f9badda47c7aa0fe4b0b5f090d6ca0c477d5
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) (GH-21352)

Also enables using debug build of `python3_d.dll`
Reference: CVE-2020-15523
(cherry picked from commit dcbaa1b49cd9062fb9ba2b9d49555ac6cd8c60b5)

Co-authored-by: Steve Dower <steve.dower@python.org>
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