gh-116646, AC: Always use PyObject_AsFileDescriptor() in fildes (#116806)
The fildes converter of Argument Clinic now always call PyObject_AsFileDescriptor(), not only for the limited C API. The _PyLong_FileDescriptor_Converter() converter stays as a fallback when PyObject_AsFileDescriptor() cannot be used.
V
Victor Stinner committed
a76288ad9ba715216a29c89e046846b3eaf0fab7
Parent: 2a54c4b
Committed by GitHub <noreply@github.com>
on 3/14/2024, 1:58:07 PM