SIGN IN SIGN UP

bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011)

There are a bunch of other fd: int uses in this file, I expect many if not
all of them would be better off using the fildes converter.  This particular
one was flagged by Coverity as it presumably flags fpathconf as not accepting
negative fds.  I'd expect the other fd's to have been flagged as well
otherwise.

I'm marking this one as skip news as it really is a no-op.
G
Gregory P. Smith committed
3ccb96c9782480e5ce646a4a130569fb92f2965d
Parent: eb0d5c3
Committed by GitHub <noreply@github.com> on 6/20/2020, 10:06:48 PM