Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-98790: When DLLs directory is missing on Windows, assume executable_dir contains PYD files instead#98936

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
zooba merged 6 commits intopython:mainfromzooba:gh-98790-2
Nov 2, 2022

Conversation

@zooba
Copy link
Member

@zoobazooba commentedNov 1, 2022
edited by bedevere-bot
Loading

Copy link
Member

@FFY00FFY00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

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 👍

@zooba
Copy link
MemberAuthor

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 missingDLLs directory case best, but by omitting the path and shifting the actual one up in the order. Previously, there'd be references to the missing directories, which isn't great, so I fixed that up.

Also dropped the search on Windows, which we never used to do and is just as unsafe on Windows as it is anywhere else.

FFY00 reacted with thumbs up emoji

@zoobazooba merged commit3d889dc intopython:mainNov 2, 2022
@miss-islington
Copy link
Contributor

Thanks@zooba for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@zoobazooba deleted the gh-98790-2 branchNovember 2, 2022 18:38
@miss-islington
Copy link
Contributor

Sorry,@zooba, I could not cleanly backport this to3.11 due to a conflict.
Please backport usingcherry_picker on command line.
cherry_picker 3d889dc0a0efa6fcbd984ece365c9ac08d2cd4a9 3.11

@bedevere-bot
Copy link

GH-99019 is a backport of this pull request to the3.11 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.11only security fixes labelNov 2, 2022
zooba added a commit to zooba/cpython that referenced this pull requestNov 2, 2022
zooba added a commit that referenced this pull requestNov 2, 2022
@gpshead
Copy link
Member

This appears to have caused a regression in 3.11.1 forcing some people to stick with 3.11.0:#100171

zooba reacted with thumbs up emoji

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@FFY00FFY00FFY00 approved these changes

Assignees

@zoobazooba

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@zooba@miss-islington@bedevere-bot@gpshead@FFY00

[8]ページ先頭

©2009-2025 Movatter.jp