]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension modules...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Feb 2023 14:50:43 +0000 (06:50 -0800)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2023 14:50:43 +0000 (06:50 -0800)
commite8ce85de594e62c73db8d523408c9e1b720f0d0b
tree32657a149d585386700e0b4ce7687faf47c25cc8
parent5f0b81905084eb5da7131d06a6a4f15beeab460f
gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension modules for incompatibility (GH-101615)

(cherry picked from commit 3a88de7a0af00872d9d57e1d98bc2f035cb15a1c)

Co-authored-by: David Hewitt <1939362+davidhewitt@users.noreply.github.com>
Misc/NEWS.d/next/Windows/2023-02-07-18-22-54.gh-issue-101614.NjVP0n.rst [new file with mode: 0644]
Python/dynload_win.c