summaryrefslogtreecommitdiff
path: root/Lib/test/test_robotparser.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-04-24 12:00:51 +0200
committerGitHub <noreply@github.com>2020-04-24 12:00:51 +0200
commit162c567d164b5742c0d1f3f8bd8c8bab9c117cd0 (patch)
treebd02253874089c2db84a4f4c0fb68bc478bfc029 /Lib/test/test_robotparser.py
parent4cc4d6048efcec43fe866fac96e0c2e57a87b308 (diff)
downloadcpython-git-162c567d164b5742c0d1f3f8bd8c8bab9c117cd0.tar.gz
bpo-38061: os.closerange() uses closefrom() on FreeBSD (GH-19696)
On FreeBSD, os.closerange(fd_low, fd_high) now calls closefrom(fd_low) if fd_high is greater than or equal to sysconf(_SC_OPEN_MAX). Initial patch by Ed Maste (emaste), Conrad Meyer (cem), Kyle Evans (kevans) and Kubilay Kocak (koobs): https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242274
Diffstat (limited to 'Lib/test/test_robotparser.py')
0 files changed, 0 insertions, 0 deletions