]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94518: Rename `group*` to `extra_group*` to avoid confusion (#101054)
authorOleg Iarygin <oleg@arhadthedev.net>
Thu, 26 Jan 2023 06:50:33 +0000 (10:50 +0400)
committerGitHub <noreply@github.com>
Thu, 26 Jan 2023 06:50:33 +0000 (22:50 -0800)
commit73245d084e383b5bc3affedc9444e6b6c881c546
tree97665996a6ebe89bb82ad082cc998263eb2bb003
parentb400219df5f245ef2eb3c7ce0589b1f8020a1192
gh-94518: Rename `group*` to `extra_group*` to avoid confusion (#101054)

* Rename `group*` to `extra_group*` to avoid confusion
* Rename `num_groups` into `extra_group_size`
* Rename `groups_list` to `extra_groups_packed`
Misc/NEWS.d/next/Library/2023-01-15-09-11-30.gh-issue-94518.jvxtxm.rst [new file with mode: 0644]
Modules/_posixsubprocess.c