diff options
author | David Hewitt <1939362+davidhewitt@users.noreply.github.com> | 2023-02-08 14:23:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-08 14:23:57 (GMT) |
commit | 3a88de7a0af00872d9d57e1d98bc2f035cb15a1c (patch) | |
tree | 6980d24f24656b6df38556e3ac9826e8e9cf47b4 /Misc/NEWS.d | |
parent | eb49d32b9af0b3b01a5588626179187f11d145c9 (diff) | |
download | cpython-3a88de7a0af00872d9d57e1d98bc2f035cb15a1c.zip cpython-3a88de7a0af00872d9d57e1d98bc2f035cb15a1c.tar.gz cpython-3a88de7a0af00872d9d57e1d98bc2f035cb15a1c.tar.bz2 |
gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension modules for incompatibility (GH-101615)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2023-02-07-18-22-54.gh-issue-101614.NjVP0n.rst | 1 |
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``. |