diff options
author | Steve Dower <steve.dower@python.org> | 2022-11-02 18:38:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-02 18:38:40 (GMT) |
commit | 3d889dc0a0efa6fcbd984ece365c9ac08d2cd4a9 (patch) | |
tree | 48126e7aa2ca872aa5252d8c295bbc8b9db6d260 /Misc/NEWS.d/next/Windows | |
parent | f520d720f667c87f7b70ed86ea58d73892d6b969 (diff) | |
download | cpython-3d889dc0a0efa6fcbd984ece365c9ac08d2cd4a9.zip cpython-3d889dc0a0efa6fcbd984ece365c9ac08d2cd4a9.tar.gz cpython-3d889dc0a0efa6fcbd984ece365c9ac08d2cd4a9.tar.bz2 |
gh-98790: When DLLs directory is missing on Windows, assume executable_dir contains PYD files instead (GH-98936)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2022-11-01-00-37-13.gh-issue-98790.fpaPAx.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-11-01-00-37-13.gh-issue-98790.fpaPAx.rst b/Misc/NEWS.d/next/Windows/2022-11-01-00-37-13.gh-issue-98790.fpaPAx.rst new file mode 100644 index 0000000..e8c5ac4 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-11-01-00-37-13.gh-issue-98790.fpaPAx.rst @@ -0,0 +1,2 @@ +Assumes that a missing ``DLLs`` directory means that standard extension +modules are in the executable's directory. |