gh-98790: When DLLs directory is missing on Windows, assume executable_dir contains PYD files instead#98936
Conversation
…cutable_dir contains PYD files instead
FFY00
left a comment
There was a problem hiding this comment.
As I mentioned in #98790 (comment), I think trying to make the behavior closer to what it used to be is the right approach for now, so I am in favor of this fix 👍
|
We're quite a way away from the old behaviour, which was basically a hard-coded (incorrect) default. What I just pushed is going to handle the missing Also dropped the search on Windows, which we never used to do and is just as unsafe on Windows as it is anywhere else. |
|
Thanks @zooba for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
|
Sorry, @zooba, I could not cleanly backport this to |
|
GH-99019 is a backport of this pull request to the 3.11 branch. |
…cutable_dir contains PYD files instead (pythonGH-98936)
…e_dir contains PYD files instead (GH-98936)
|
This appears to have caused a regression in 3.11.1 forcing some people to stick with 3.11.0: #100171 |
<exec_prefix>#98790