Skip to content

gh-155358: Use named attributes with test.support.script_helper - #155367

Open
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:tuple_api_script_helper
Open

gh-155358: Use named attributes with test.support.script_helper#155367
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:tuple_api_script_helper

Conversation

@vstinner

@vstinnervstinner commented Aug 7, 2026

Copy link
Copy Markdown
Member

Replace assert_python_ok() result:

  • proc[0] => proc.rc
  • proc[1] => proc.out
  • proc[2] => proc.err

Replace assert_python_ok() result:
* proc[0] => proc.rc
* proc[1] => proc.out
* proc[2] => proc.err
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting core reviewskip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner