Files
RustPython/vm
Dong-hee Na ea5efdbcde use getgroups(2) for apple macos
Although nix-rust/nix mentioned that this feature should be implemented
based on opendirectoryd, CPython implemented it based on getgroups(2)
for apple macOS.
So I ported the code from nix-rust/nix and it works well.

ref0: 500036a206/src/unistd.rs (L1320)
ref1: c4cacc8c5e/Modules/posixmodule.c (L6852)
2019-08-18 17:10:30 +09:00
..
2019-08-18 17:10:30 +09:00
2018-07-07 17:14:45 +02:00