Skip to content

Conversation

@maurycy
Copy link
Contributor

@maurycymaurycy commented Oct 24, 2025

ref #422

@maurycymaurycy marked this pull request as draft October 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_EXECUTABLEorsys.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 review October 24, 2025 23:06
@maurycymaurycy changed the title macOS: Fix test_pythoninfo.GetInfoTests, stop marking Github Action as experimentalmacOS: Fix test_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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@maurycy