Closed
Description
.as_raw_fd
doesn't take the ownership of the fd, so the fd is closed when self
is dropped. This was #147 , which was fixed, then apparently reintroduced.
I thought I added a test case to catch this....
.as_raw_fd
doesn't take the ownership of the fd, so the fd is closed when self
is dropped. This was #147 , which was fixed, then apparently reintroduced.
I thought I added a test case to catch this....