Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Expand a news entry
  • Loading branch information
arhadthedev committed Jan 15, 2023
commit 4dfc19a8c3051c6f0697931818489a4fe27dc2b7
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
``groups_size`` and ``groups`` variables of ``_posixsubprocess`` module are renamed into ``extra_group_size`` and ``extra_group`` to stress that they add group affinity, not replace it. Patch by Oleg Iarygin.
Group-related variables of ``_posixsubprocess`` module are renamed to
stress that supplimentary group affinity is added to a fork, not
replace the inherited ones. Patch by Oleg Iarygin.