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

Appearance settings

gh-91985: Ensure in-tree builds override platstdlib_dir in every path calculation #93641

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Jun 16, 2022
Merged
Prev Previous commit
Next Next commit
putenv()
  • Loading branch information
neonene committed Jun 15, 2022
commit 39c851c37c9d1288ded2df6233611089cbc6b63d
1 change: 1 addition & 0 deletions 1 Programs/_testembed.c
Original file line number Diff line number Diff line change
Expand Up @@ -1570,6 +1570,7 @@ static int test_init_is_python_build(void)
// under the effect of 'home' or PYTHONHOME environment variable.
config_set_string(&config, &config.home, home);
PyMem_RawFree(home);
putenv("TESTHOME=");

// Use an impossible value so we can detect whether it isn't updated
// during initialization.
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.