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

macOS: Fixtest_pythoninfo.GetInfoTests, stop marking as experimental#424

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

Open
maurycy wants to merge5 commits intopython:main
base:main
Choose a base branch
Loading
frommaurycy:422

Conversation

@maurycy
Copy link
Contributor

@maurycymaurycy commentedOct 24, 2025
edited
Loading

ref#422

@maurycymaurycy marked this pull request as draftOctober 24, 2025 22:31
"executable (sys;realpath)": os.path.realpath(sys.executable),
"base_executable": sys.executable,
"base_executable (sys)":getattr(sys, "_base_executable", None),
"base_executable":_BASE_EXECUTABLE orsys.executable,
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

base_executable=getattr(sys,"_base_executable",None)
ifis_venv:
# XXX There is probably a bug related to venv, since
# sys._base_executable should be different.
ifbase_executable==sys.executable:
# Indicate that we don't know.
base_executable=None
elifnotbase_executable:
base_executable=sys.executable

@maurycymaurycy marked this pull request as ready for reviewOctober 24, 2025 23:06
@maurycymaurycy changed the titlemacOS: Fixtest_pythoninfo.GetInfoTests, stop marking Github Action as experimentalmacOS: Fixtest_pythoninfo.GetInfoTests, stop marking as experimentalOct 26, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@maurycy

[8]ページ先頭

©2009-2026 Movatter.jp