summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-02-08 14:48:42 (GMT)
committerGitHub <noreply@github.com>2023-02-08 14:48:42 (GMT)
commitc63d7c95bafd0beabc36ea1461966f1ef8fe9c7f (patch)
tree254c41b0e3509efdb5aea827bb95c455d6c2b71e /Misc/NEWS.d
parentc51cd54b6560879c35ec6d36f8ec72194c4f27a9 (diff)
downloadcpython-c63d7c95bafd0beabc36ea1461966f1ef8fe9c7f.zip
cpython-c63d7c95bafd0beabc36ea1461966f1ef8fe9c7f.tar.gz
cpython-c63d7c95bafd0beabc36ea1461966f1ef8fe9c7f.tar.bz2
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>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Windows/2023-02-07-18-22-54.gh-issue-101614.NjVP0n.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2023-02-07-18-22-54.gh-issue-101614.NjVP0n.rst b/Misc/NEWS.d/next/Windows/2023-02-07-18-22-54.gh-issue-101614.NjVP0n.rst
new file mode 100644
index 0000000..8ed0995
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2023-02-07-18-22-54.gh-issue-101614.NjVP0n.rst
@@ -0,0 +1 @@
+Correctly handle extensions built against debug binaries that reference ``python3_d.dll``.