Skip to content

gh-109276: libregrtest only checks saved_test_environment() once #109278

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 2 commits into from
Sep 12, 2023

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 11, 2023

There is no need to check for environment changes twice.

There is no need to check for environment changes twice.
@vstinner
Copy link
Member Author

@serhiy-storchaka: I think that you reported this issue once somewhere, I don't recall where.

@serhiy-storchaka serhiy-storchaka self-requested a review September 11, 2023 17:14
Comment on lines 136 to 137
runtests.quiet,
pgo=runtests.pgo):
Copy link
Member

Choose a reason for hiding this comment

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

quiet and pgo are already local variables.

@vstinner vstinner merged commit 4e77645 into python:main Sep 12, 2023
@vstinner vstinner deleted the regrtest_save_env branch September 12, 2023 03:01
vstinner added a commit to vstinner/cpython that referenced this pull request Sep 13, 2023
python#109278)

There is no need to check for environment changes twice.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants