commit | 876e82b4f32075e1bd21750bf852a103035fce23 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Mon Mar 11 13:57:53 2019 +0100 |
committer | GitHub <noreply@github.com> | Mon Mar 11 13:57:53 2019 +0100 |
tree | 7619eb0c7c15f08941d4d8627e385a383433c054 | |
parent | cc353a0cd95d9b0c93ed0b60ba762427a94c790d [diff] |
bpo-36234: Add more tests to PosixUidGidTests (GH-12234) test_posix.PosixUidGidTests: * Add tests for invalid uid/gid type (str) * Add UID_OVERFLOW and GID_OVERFLOW constants to replace (1 << 32) Initial patch written by David Malcolm. Co-Authored-By: David Malcolm <dmalcolm@redhat.com>