Add fileobject.pxd
The comments are taken from the C API documentation (https://docs.python.org/3.9/c-api/file.html). PyObject_AsFileDescriptor() is already present in object.pxd.
Showing
Please register or sign in to comment
The comments are taken from the C API documentation (https://docs.python.org/3.9/c-api/file.html). PyObject_AsFileDescriptor() is already present in object.pxd.