]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36234: test_os: check TypeError for invalid uid type (GH-12235)
authorVictor Stinner <vstinner@redhat.com>
Mon, 11 Mar 2019 12:59:43 +0000 (13:59 +0100)
committerGitHub <noreply@github.com>
Mon, 11 Mar 2019 12:59:43 +0000 (13:59 +0100)
commit701af605df336c9e32751e9031266a2da60656c1
tree23ac52dfd666ae7a5e35bf716ce9dcbdaae14940
parent55438d713978a1913ef12c8a801848626228aad6
bpo-36234: test_os: check TypeError for invalid uid type (GH-12235)

Patch written by David Malcolm.

Co-Authored-By: David Malcolm <dmalcolm@redhat.com>
Lib/test/test_os.py
Misc/NEWS.d/next/Tests/2019-03-08-12-53-37.bpo-36234.NRVK6W.rst [new file with mode: 0644]