[issue36017] test_grp
New submission from Mathijs Brands : # Choose a non-existent gid. fakegid = 4127 while fakegid in bygids: fakegid = (fakegid * 3) % 0x1 self.assertRaises(KeyError, grp.getgrgid, fakegid) When a Linux system is configured to use LDAP for user and group
[issue36017] test_grp
Change by Mathijs Brands : -- components: Tests nosy: mjbrands priority: normal severity: normal status: open title: test_grp type: behavior versions: Python 3.7 ___ Python tracker <https://bugs.python.org/issue36