]> 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 16:52:13 +0000 (09:52 -0700)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2020 16:52:13 +0000 (09:52 -0700)
commit4981fe36c7477303de830e8dca929a02caaaffe4
tree9cc8650723264730f4a58ac02126c824f0f54275
parent97558d6b08a656eae209d49b206f703cee0359a2
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
(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