bpo-18174: Fix fd_count() on FreeBSD (GH-7420)
Python 2.7 doesn't have FileNotFoundError exception: use OSError and errno.ENOENT.
Showing
Please register or sign in to comment
Python 2.7 doesn't have FileNotFoundError exception: use OSError and errno.ENOENT.