]> granicus.if.org Git - python/commit
Issue #25003: Skip test_os.URandomFDTests on Solaris 11.3 and newer
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 18 Sep 2015 14:24:31 +0000 (16:24 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 18 Sep 2015 14:24:31 +0000 (16:24 +0200)
commitd8f432a98c6bbe143002f45e181b7e5243d1166e
treed41f2876fcc9ecc1b8ac6e3b058b4a81421cef30
parent3abf44e48f973d5ffba779471a6c4dab00be2f77
Issue #25003: Skip test_os.URandomFDTests on Solaris 11.3 and newer

When os.urandom() is implemented with the getrandom() function, it doesn't use
a file descriptor.
Lib/test/test_os.py