| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Converted to draft because num_groups and groups_list seem to require renaming too. |
Sorry, something went wrong.
|
Converted to draft again to rerun tests because spurious PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\a\\cpython\\cpython\\build\\test_python_6372�\\test_python_worker_6400�' struck again on Windows x64. |
Sorry, something went wrong.
|
Removed spuriously added technical _packed suffix from a Python signature of fork_exec. It's relevant inside C code only (to distinguish PyObject and gid_t * variants of extra_groups). However, a new extra_groups argument name retains because fork_exec arguments are positional-only. |
Sorry, something went wrong.
…ython#101054) * Rename `group*` to `extra_group*` to avoid confusion * Rename `num_groups` into `extra_group_size` * Rename `groups_list` to `extra_groups_packed`
| Back | FazBrowse Home | New Git URL |
This PR addresses #94687 (comment):
Edit: this PR also unifies terminology by further renaming groups_list parameter and num_groups variable into extra_groups_packed and extra_group_size.
cc @gpshead