-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
gh-94518: Rename group*
to extra_group*
to avoid confusion
#101054
gh-94518: Rename group*
to extra_group*
to avoid confusion
#101054
Conversation
Converted to draft because |
Converted to draft again to rerun tests because spurious |
Removed spuriously added technical However, a new |
…ython#101054) * Rename `group*` to `extra_group*` to avoid confusion * Rename `num_groups` into `extra_group_size` * Rename `groups_list` to `extra_groups_packed`
This PR addresses #94687 (comment):
Edit: this PR also unifies terminology by further renaming
groups_list
parameter andnum_groups
variable intoextra_groups_packed
andextra_group_size
.cc @gpshead
_posixsubprocess.fork_exec
to Argument Clinic #94518