Links
Notes
- If you use
fdopen
and then call close on the fileobj, it will close the underlying fileno that was provided to thefdopen
call.
fdopen
and then call close on the fileobj,
it will close the underlying fileno that was provided to
the fdopen
call.