Skip to content

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

Merged
vstinner merged 2 commits into
python:mainfrom
vstinner:regrtest_save_env
Sep 12, 2023
Merged

gh-109276: libregrtest only checks saved_test_environment() once#109278
vstinner merged 2 commits into
python:mainfrom
vstinner:regrtest_save_env

Conversation

@vstinner

@vstinnervstinner commented Sep 11, 2023

Copy link
Copy Markdown
Member

There is no need to check for environment changes twice.

There is no need to check for environment changes twice.
@vstinner

Copy link
Copy Markdown
MemberAuthor

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

Comment threadLib/test/libregrtest/single.py Outdated
Comment on lines +136 to +137
runtests.quiet,
pgo=runtests.pgo):

Copy link
Copy Markdown
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:mainSep 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
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@serhiy-storchaka