[issue36017] test_grp

2020-03-16 Thread Matthias Braun
Change by Matthias Braun : -- keywords: +patch nosy: +Matthias Braun nosy_count: 1.0 -> 2.0 pull_requests: +18382 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19033 ___ Python tracker

[issue36017] test_grp

2019-02-17 Thread Mathijs Brands
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 in

[issue36017] test_grp

2019-02-17 Thread Mathijs Brands
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 ___